mirror of https://github.com/zlatinb/muwire
fix gradle build by adding missing deps
parent
8e1727fa4d
commit
98718475c1
|
@ -3,8 +3,8 @@ subprojects {
|
||||||
apply plugin: 'application'
|
apply plugin: 'application'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'net.i2p:i2p:0.9.35'
|
compile 'net.i2p:i2p:0.9.40'
|
||||||
compile 'org.codehaus.groovy:groovy-all:2.5.0'
|
compile 'org.codehaus.groovy:groovy-all:2.5.7'
|
||||||
}
|
}
|
||||||
|
|
||||||
compileGroovy {
|
compileGroovy {
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
mainClassName = 'com.muwire.core.Core'
|
mainClassName = 'com.muwire.core.Core'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'net.i2p.client:mstreaming:0.9.35'
|
compile 'net.i2p.client:mstreaming:0.9.40'
|
||||||
compile 'net.i2p.client:streaming:0.9.35'
|
compile 'net.i2p.client:streaming:0.9.40'
|
||||||
|
|
||||||
|
testCompile 'org.junit.jupiter:junit-jupiter-api:5.4.2'
|
||||||
|
testCompile 'junit:junit:4.12'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue