Skip to content

Commit 5b375b3

Browse files
SwiftWindsairsquared
authored andcommitted
Replace compile with implementation in build.gradle (#68)
1 parent 11236f9 commit 5b375b3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ repositories {
3232
}
3333

3434
dependencies {
35-
compile group: 'org.json', name: 'json', version: '20180813'
36-
compile fileTree(dir: 'libs', include: ['*.jar'])
37-
compile group: 'it.sauronsoftware', name: 'junique', version: '1.0.4'
38-
compile "de.codecentric.centerdevice:centerdevice-nsmenufx:2.1.6"
39-
compile 'net.java.dev.jna:jna:5.2.0'
35+
implementation group: 'org.json', name: 'json', version: '20180813'
36+
implementation fileTree(dir: 'libs', include: ['*.jar'])
37+
implementation group: 'it.sauronsoftware', name: 'junique', version: '1.0.4'
38+
implementation "de.codecentric.centerdevice:centerdevice-nsmenufx:2.1.6"
39+
implementation 'net.java.dev.jna:jna:5.2.0'
4040

41-
testCompile 'junit:junit:4.12'
41+
testImplementation 'junit:junit:4.12'
4242
}
4343

4444
compileJava {

0 commit comments

Comments
 (0)