mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
use snapshot of jwebassembly-api
This commit is contained in:
parent
4c3c0501d2
commit
e94d80dc7f
@ -13,12 +13,14 @@ version = '0.1'
|
|||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
|
maven { url 'https://jitpack.io' } // for snapshot of the API
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly 'com.google.code.findbugs:jsr305:3.0.1'
|
compileOnly 'com.google.code.findbugs:jsr305:3.0.1'
|
||||||
testCompile 'com.google.code.findbugs:jsr305:3.0.1'
|
testCompile 'com.google.code.findbugs:jsr305:3.0.1'
|
||||||
testCompile 'de.inetsoftware:jwebassembly-api:+'
|
//testCompile 'de.inetsoftware:jwebassembly-api:+'
|
||||||
|
testCompile 'com.github.i-net-software:jwebassembly-api:master-SNAPSHOT'
|
||||||
testCompile 'junit:junit:+'
|
testCompile 'junit:junit:+'
|
||||||
testCompile 'org.apache.commons:commons-compress:1.2'
|
testCompile 'org.apache.commons:commons-compress:1.2'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user