compatible with Gradle 7

This commit is contained in:
Volker Berlin 2021-07-10 22:32:08 +02:00
parent a47d1e3bc8
commit 35a6e7d924

View File

@ -22,13 +22,13 @@ dependencies {
//compileOnly 'de.inetsoftware:jwebassembly-api:+'
compileOnly 'com.github.i-net-software:jwebassembly-api:master-SNAPSHOT'
testCompile 'com.google.code.findbugs:jsr305:3.0.1'
testImplementation 'com.google.code.findbugs:jsr305:3.0.1'
//testCompile 'de.inetsoftware:jwebassembly-api:+'
testCompile 'com.github.i-net-software:jwebassembly-api:master-SNAPSHOT'
testCompile 'junit:junit:+'
testCompile 'org.mockito:mockito-core:+'
testCompile 'org.apache.commons:commons-compress:1.2'
testCompile 'com.google.code.gson:gson:+'
testImplementation 'com.github.i-net-software:jwebassembly-api:master-SNAPSHOT'
testImplementation 'junit:junit:+'
testImplementation 'org.mockito:mockito-core:+'
testImplementation 'org.apache.commons:commons-compress:1.2'
testImplementation 'com.google.code.gson:gson:+'
}
sourceSets {