no gradle settings in properties
This commit is contained in:
parent
203bdf1974
commit
a51b807e81
2 changed files with 2 additions and 4 deletions
|
@ -10,10 +10,10 @@ wrapper {
|
|||
}
|
||||
|
||||
ext {
|
||||
user = 'joerg'
|
||||
name = 'standardnumber'
|
||||
name = rootProject.name
|
||||
description = 'Standardnumber processing for Java'
|
||||
inceptionYear = '2016'
|
||||
user = 'joerg'
|
||||
url = 'https://xbib.org/' + user + '/' + name
|
||||
scmUrl = 'https://xbib.org/' + user + '/' + name
|
||||
scmConnection = 'scm:git:git://xbib.org/' + user + '/' + name + '.git'
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
group = org.xbib
|
||||
name = standardnumber
|
||||
version = 3.0.0
|
||||
|
||||
org.gradle.warning.mode = ALL
|
||||
|
|
Loading…
Reference in a new issue