mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2024-11-21 07:02:05 +01:00
Move dependency versions into version.gradle
This commit is contained in:
parent
9efcae77de
commit
540150cca9
2 changed files with 3 additions and 3 deletions
|
@ -59,9 +59,6 @@ allprojects {
|
|||
}
|
||||
|
||||
project.ext {
|
||||
slf4jVersion = '1.7.32'
|
||||
logbackVersion = '1.2.9'
|
||||
junitVersion = '5.8.2'
|
||||
rootConfigDir = new File(rootDir, 'config')
|
||||
gitCommit = getGitCommit()
|
||||
isContinuousIntegrationEnvironment = Boolean.parseBoolean(System.getenv('CI'))
|
||||
|
|
|
@ -8,5 +8,8 @@ allprojects {
|
|||
isSnapshot = true
|
||||
minAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
slf4jVersion = '1.7.32'
|
||||
logbackVersion = '1.2.9'
|
||||
junitVersion = '5.8.2'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue