Change testImplementation -> testCompile for junit (fixes errors)

This commit is contained in:
nathan 2018-11-09 11:31:36 +01:00
parent 87aff9acd1
commit b861cf6314

View File

@ -56,7 +56,7 @@ dependencies {
testImplementation utilDependencies
// unit testing
testImplementation group: 'junit', name: 'junit', version: '4.12'
testCompile 'junit:junit:4.12'
testRuntime group: 'ch.qos.logback', name: 'logback-classic', version: '1.1.6'
}