mirror of
https://codeberg.org/PGPainless/wkd-java.git
synced 2024-11-21 14:52:12 +01:00
Move jsr version to version.gradle
This commit is contained in:
parent
591161178d
commit
e4ad2a3422
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ allprojects {
|
|||
minAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
junitVersion = '5.8.2'
|
||||
jsrVersion = '3.0.2'
|
||||
slf4jVersion = '1.7.32'
|
||||
logbackVersion = '1.2.10'
|
||||
pgpainlessVersion = '1.2.0'
|
||||
|
|
|
@ -25,7 +25,7 @@ dependencies {
|
|||
implementation "com.sandinh:zbase32-commons-codec:$zbase32Version"
|
||||
|
||||
// @Nullable etc.
|
||||
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
||||
implementation "com.google.code.findbugs:jsr305:$jsrVersion"
|
||||
}
|
||||
|
||||
test {
|
||||
|
|
Loading…
Reference in a new issue