mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
compatible with Gradle 7
This commit is contained in:
parent
a47d1e3bc8
commit
35a6e7d924
12
build.gradle
12
build.gradle
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user