mirror of
https://codeberg.org/PGPainless/vks-java.git
synced 2024-11-21 15:12:05 +01:00
Move jsr version to version.gradle
This commit is contained in:
parent
1def42b54b
commit
8aa68ccfb3
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ allprojects {
|
||||||
javaSourceCompatibility = 1.8
|
javaSourceCompatibility = 1.8
|
||||||
bouncycastleVersion = '1.71'
|
bouncycastleVersion = '1.71'
|
||||||
junitVersion = '5.8.2'
|
junitVersion = '5.8.2'
|
||||||
|
jsrVersion = '3.0.2'
|
||||||
slf4jVersion = '1.7.36'
|
slf4jVersion = '1.7.36'
|
||||||
logbackVersion = '1.2.11'
|
logbackVersion = '1.2.11'
|
||||||
lombokVersion = '1.18.24'
|
lombokVersion = '1.18.24'
|
||||||
|
|
|
@ -21,7 +21,7 @@ dependencies {
|
||||||
implementation "org.bouncycastle:bcutil-jdk15to18:$bouncycastleVersion"
|
implementation "org.bouncycastle:bcutil-jdk15to18:$bouncycastleVersion"
|
||||||
|
|
||||||
// @Nonnull, @Nullable...
|
// @Nonnull, @Nullable...
|
||||||
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
implementation "com.google.code.findbugs:jsr305:$jsrVersion"
|
||||||
|
|
||||||
// Lombok (@SneakyThrows...)
|
// Lombok (@SneakyThrows...)
|
||||||
compileOnly "org.projectlombok:lombok:$lombokVersion"
|
compileOnly "org.projectlombok:lombok:$lombokVersion"
|
||||||
|
|
Loading…
Reference in a new issue