gradle 7 breaking changes
Some checks failed
ci-tests/gs-gradle/pipeline/head There was a failure building this commit
Some checks failed
ci-tests/gs-gradle/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -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[]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user