forked from I2P_Developers/i2p.i2p
Apply java-library plugin to published libraries
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
apply plugin: 'java-library'
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
@ -12,7 +14,7 @@ sourceSets {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':core')
|
||||
compile project(':apps:ministreaming')
|
||||
testCompile project(path: ':apps:ministreaming', configuration: 'tests')
|
||||
api project(':core')
|
||||
api project(':apps:ministreaming')
|
||||
testImplementation project(path: ':apps:ministreaming', configuration: 'tests')
|
||||
}
|
||||
|
Reference in New Issue
Block a user