10 lines
250 B
Groovy
10 lines
250 B
Groovy
mainClassName = 'com.muwire.core.Core'
|
|
|
|
dependencies {
|
|
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'
|
|
}
|