fix gradle build by adding missing deps
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
mainClassName = 'com.muwire.core.Core'
|
||||
|
||||
dependencies {
|
||||
compile 'net.i2p.client:mstreaming:0.9.35'
|
||||
compile 'net.i2p.client:streaming:0.9.35'
|
||||
compile 'net.i2p.client:mstreaming:0.9.40'
|
||||
compile 'net.i2p.client:streaming:0.9.40'
|
||||
|
||||
testCompile 'org.junit.jupiter:junit-jupiter-api:5.4.2'
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
|
Reference in New Issue
Block a user