mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
use snapshot of jwebassembly-api
This commit is contained in:
parent
4c3c0501d2
commit
e94d80dc7f
@ -13,12 +13,14 @@ version = '0.1'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { url 'https://jitpack.io' } // for snapshot of the API
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly '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 'org.apache.commons:commons-compress:1.2'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user