mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-17 05:02:05 +01:00
Move gson version to version.gradle
This commit is contained in:
parent
6ac133499c
commit
40dc9e3707
2 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,7 @@ dependencies {
|
|||
implementation "com.google.code.findbugs:jsr305:$jsrVersion"
|
||||
|
||||
// The ExternalTestSubjectFactory reads json config file to find configured SOP binaries...
|
||||
testImplementation "com.google.code.gson:gson:2.10.1"
|
||||
testImplementation "com.google.code.gson:gson:$gsonVersion"
|
||||
// ...and extends TestSubjectFactory
|
||||
testImplementation(testFixtures(project(":sop-java")))
|
||||
}
|
||||
|
|
|
@ -8,6 +8,7 @@ allprojects {
|
|||
isSnapshot = true
|
||||
minAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
gsonVersion = '2.10.1'
|
||||
jsrVersion = '3.0.2'
|
||||
junitVersion = '5.8.2'
|
||||
junitSysExitVersion = '1.1.2'
|
||||
|
|
Loading…
Reference in a new issue