Skip to content

Commit 393cac5

Browse files
committed
Polish Gradle configuration
1 parent 507aa8b commit 393cac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ repositories {
6464
}
6565

6666
dependencies {
67-
testCompile 'junit:junit:3.8.2'
67+
testImplementation 'junit:junit:3.8.2'
6868
}
6969

7070
task sourcesJar (type : Jar) {

0 commit comments

Comments
 (0)