Update gradle configuration

This commit is contained in:
Fredrik Fornwall
2017-11-19 15:26:19 +01:00
parent dd502e55f8
commit 367398bafb
5 changed files with 9 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ tasks.withType(Test) {
}
dependencies {
testCompile 'junit:junit:4.12'
testImplementation 'junit:junit:4.12'
}
apply from: '../scripts/bintray-publish.gradle'