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 {
|
ext {
|
||||||
user = 'joerg'
|
name = rootProject.name
|
||||||
name = 'standardnumber'
|
|
||||||
description = 'Standardnumber processing for Java'
|
description = 'Standardnumber processing for Java'
|
||||||
inceptionYear = '2016'
|
inceptionYear = '2016'
|
||||||
|
user = 'joerg'
|
||||||
url = 'https://xbib.org/' + user + '/' + name
|
url = 'https://xbib.org/' + user + '/' + name
|
||||||
scmUrl = 'https://xbib.org/' + user + '/' + name
|
scmUrl = 'https://xbib.org/' + user + '/' + name
|
||||||
scmConnection = 'scm:git:git://xbib.org/' + user + '/' + name + '.git'
|
scmConnection = 'scm:git:git://xbib.org/' + user + '/' + name + '.git'
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
group = org.xbib
|
group = org.xbib
|
||||||
name = standardnumber
|
name = standardnumber
|
||||||
version = 3.0.0
|
version = 3.0.0
|
||||||
|
|
||||||
org.gradle.warning.mode = ALL
|
|
||||||
|
|
Loading…
Reference in a new issue