no gradle settings in properties

This commit is contained in:
Jörg Prante 2024-07-22 07:21:39 +02:00
parent 203bdf1974
commit a51b807e81
2 changed files with 2 additions and 4 deletions

View file

@ -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'

View file

@ -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