update test dependency configurations

reproducible
Zlatin Balevsky 2021-04-07 12:57:15 +01:00
parent 6d6c81ff57
commit 50fc05ad08
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ applicationDefaultJvmArgs = ['-Djava.util.logging.config.file=logging.properties
dependencies {
implementation "net.i2p:i2p:${i2pVersion}"
testCompileOnly 'org.junit.jupiter:junit-jupiter-api:5.4.2'
testCompileOnly 'junit:junit:4.12'
testCompileOnly "org.codehaus.groovy:groovy-all:${groovyVersion}"
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.2'
testImplementation 'junit:junit:4.12'
testImplementation "org.codehaus.groovy:groovy-all:${groovyVersion}"
}
configurations.testImplementation {