forked from I2P_Developers/i2p.i2p
BOB and SAM build scripts
This commit is contained in:
12
apps/BOB/build.gradle
Normal file
12
apps/BOB/build.gradle
Normal file
@@ -0,0 +1,12 @@
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
srcDir 'src'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':core')
|
||||
compile project(':apps:ministreaming')
|
||||
}
|
||||
Reference in New Issue
Block a user