mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 18:29:45 +02:00
[build] Introduce bouncyCastleVersion variable and use it
Also bumps bouncy castle to 1.65.
This commit is contained in:
parent
cd96909ac4
commit
321c91c264
3 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue