use snapshot of jwebassembly-api

This commit is contained in:
Volker Berlin 2019-02-23 21:56:11 +01:00
parent 4c3c0501d2
commit e94d80dc7f

View File

@ -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'
}