mirror of
https://codeberg.org/PGPainless/cert-d-pgpainless.git
synced 2024-12-22 13:17:58 +01:00
Move dependency versions into version.gradle and bump pgpainless to 1.2.0
This commit is contained in:
parent
2aaa2b5147
commit
1ab2db9c2f
2 changed files with 6 additions and 6 deletions
|
@ -58,12 +58,6 @@ allprojects {
|
||||||
}
|
}
|
||||||
|
|
||||||
project.ext {
|
project.ext {
|
||||||
slf4jVersion = '1.7.32'
|
|
||||||
logbackVersion = '1.2.9'
|
|
||||||
junitVersion = '5.8.2'
|
|
||||||
mockitoVersion = '4.2.0'
|
|
||||||
pgpainlessVersion = '1.1.3'
|
|
||||||
pgpCertDJavaVersion = '0.1.0'
|
|
||||||
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,11 @@ allprojects {
|
||||||
isSnapshot = true
|
isSnapshot = true
|
||||||
minAndroidSdk = 10
|
minAndroidSdk = 10
|
||||||
javaSourceCompatibility = 1.8
|
javaSourceCompatibility = 1.8
|
||||||
|
slf4jVersion = '1.7.32'
|
||||||
|
logbackVersion = '1.2.9'
|
||||||
|
junitVersion = '5.8.2'
|
||||||
|
mockitoVersion = '4.2.0'
|
||||||
|
pgpainlessVersion = '1.2.0'
|
||||||
|
pgpCertDJavaVersion = '0.1.0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue