We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9706bfa commit 3a84d49Copy full SHA for 3a84d49
gradle/java.gradle
@@ -18,7 +18,7 @@ sourceSets {
18
include '*.xml'
19
}
20
21
-
+
22
test {
23
java {
24
srcDir file("tests")
@@ -32,8 +32,8 @@ repositories {
32
33
dependencies {
34
// Logging:
35
- compile 'org.slf4j:slf4j-api:1.7.21'
36
- compile 'ch.qos.logback:logback-classic:1.1.7'
+ implementation 'org.slf4j:slf4j-api:1.7.21'
+ implementation 'ch.qos.logback:logback-classic:1.1.7'
37
// You can also use the JDK's built-in logging as the back end:
38
// compile group: 'org.slf4j:slf4j-jdk14:1.7.21'
39
-}
+}
0 commit comments