mirror of
https://codeberg.org/PGPainless/wkd-java.git
synced 2024-11-24 00:02:06 +01:00
Move dependency versions into version.gradle
This commit is contained in:
parent
f811ab406c
commit
dd3b96e63e
2 changed files with 4 additions and 4 deletions
|
@ -70,10 +70,6 @@ allprojects {
|
||||||
}
|
}
|
||||||
|
|
||||||
project.ext {
|
project.ext {
|
||||||
junitVersion = '5.8.2'
|
|
||||||
slf4jVersion = '1.7.32'
|
|
||||||
logbackVersion = '1.2.10'
|
|
||||||
pgpainlessVersion = '1.1.1'
|
|
||||||
rootConfigDir = new File(rootDir, 'config')
|
rootConfigDir = new File(rootDir, 'config')
|
||||||
gitCommit = getGitCommit()
|
gitCommit = getGitCommit()
|
||||||
isContinuousIntegrationEnvironment = Boolean.parseBoolean(System.getenv('CI'))
|
isContinuousIntegrationEnvironment = Boolean.parseBoolean(System.getenv('CI'))
|
||||||
|
|
|
@ -8,5 +8,9 @@ allprojects {
|
||||||
isSnapshot = true
|
isSnapshot = true
|
||||||
minAndroidSdk = 10
|
minAndroidSdk = 10
|
||||||
javaSourceCompatibility = 1.8
|
javaSourceCompatibility = 1.8
|
||||||
|
junitVersion = '5.8.2'
|
||||||
|
slf4jVersion = '1.7.32'
|
||||||
|
logbackVersion = '1.2.10'
|
||||||
|
pgpainlessVersion = '1.1.1'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue