Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a84d49

Browse files
committed
Changed from old "compile" to new "implementation"
Worked successfully with Gradle 6.8.1 and JDK11
1 parent 9706bfa commit 3a84d49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/java.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sourceSets {
1818
include '*.xml'
1919
}
2020
}
21-
21+
2222
test {
2323
java {
2424
srcDir file("tests")
@@ -32,8 +32,8 @@ repositories {
3232

3333
dependencies {
3434
// Logging:
35-
compile 'org.slf4j:slf4j-api:1.7.21'
36-
compile 'ch.qos.logback:logback-classic:1.1.7'
35+
implementation 'org.slf4j:slf4j-api:1.7.21'
36+
implementation 'ch.qos.logback:logback-classic:1.1.7'
3737
// You can also use the JDK's built-in logging as the back end:
3838
// compile group: 'org.slf4j:slf4j-jdk14:1.7.21'
39-
}
39+
}

0 commit comments

Comments
 (0)