Skip to content

Commit bf84592

Browse files
authored
Merge pull request #252 from domaframework/polish-gradle-config
Polish Gradle configuration
2 parents 507aa8b + 393cac5 commit bf84592

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)