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 9e5b795 commit a25bce4Copy full SHA for a25bce4
build.gradle
@@ -35,8 +35,8 @@ publishing{
35
}
36
37
dependencies{
38
-compilegroup: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
39
-testCompilegroup: 'org.slf4j', name: 'slf4j-simple', version: '1.7.25'
40
-testCompilegroup: 'junit', name: 'junit', version: '4.12'
41
-testCompilegroup: 'org.json', name: 'json', version: '20180813'
+implementationgroup: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
+testImplementationgroup: 'org.slf4j', name: 'slf4j-simple', version: '1.7.25'
+testImplementationgroup: 'junit', name: 'junit', version: '4.12'
+testImplementationgroup: 'org.json', name: 'json', version: '20180813'
42
0 commit comments