propagate from branch 'i2p.i2p' (head d3ba02961713c42005f60442d7816cefa3dcf46a)

to branch 'i2p.i2p.str4d.test2' (head fbda38b84fe469dba05367115d2c26dee65fc5f4)
This commit is contained in:
str4d
2017-11-27 00:34:41 +00:00
27 changed files with 851 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
apply plugin: 'java-library'
sourceSets {
main {
java {
srcDir 'java/src'
}
}
test {
java {
srcDir 'java/test/junit'
}
}
}
dependencies {
api project(':core')
api project(':apps:ministreaming')
testImplementation project(path: ':apps:ministreaming', configuration: 'tests')
}