gradle 7 breaking changes
Some checks failed
ci-tests/gs-gradle/pipeline/head There was a failure building this commit

This commit is contained in:
Edward Viaene
2021-12-01 10:30:46 -05:00
parent 33d2a532e5
commit 34e902769b

View File

@@ -22,8 +22,8 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
dependencies {
compile "joda-time:joda-time:2.2"
testCompile "junit:junit:4.12"
implementation "joda-time:joda-time:2.2"
testImplementation "junit:junit:4.12"
}
// end::dependencies[]