1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 00:59:39 +02:00

[build] Introduce bouncyCastleVersion variable and use it

Also bumps bouncy castle to 1.65.
This commit is contained in:
Florian Schmaus 2020-05-13 22:20:32 +02:00
parent cd96909ac4
commit 321c91c264
3 changed files with 3 additions and 2 deletions

View file

@ -116,6 +116,7 @@ allprojects {
].collect { project(it) }
junitVersion = '5.6.0'
commonsIoVersion = '2.6'
bouncyCastleVersion = '1.65'
if (project.hasProperty("useSonatype")) {
useSonatype = project.getProperty("useSonatype").toBoolean()
} else {