I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 7ca735bf authored by str4d's avatar str4d
Browse files

Gradle build scripts for ministreaming and streaming

parent 0919fa06
No related branches found
No related tags found
No related merge requests found
archivesBaseName = 'mstreaming'
sourceSets {
main {
java {
srcDir 'java/src'
}
}
test {
java {
srcDir 'java/test/junit'
}
}
}
dependencies {
compile project(':core')
testCompile 'junit:junit:4.+'
}
sourceSets {
main {
java {
srcDir 'java/src'
}
}
test {
java {
srcDir 'java/test/junit'
}
}
}
dependencies {
compile project(':core')
compile project(':apps:ministreaming')
testCompile 'junit:junit:4.+'
}
include 'core', 'router' include 'core', 'router', 'apps:ministreaming', 'apps:streaming'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment