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'
|
||||
|
||||
archivesBaseName = 'mstreaming'
|
||||
|
||||
sourceSets {
|
||||
@@ -14,7 +16,7 @@ sourceSets {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':core')
|
||||
api project(':core')
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
Reference in New Issue
Block a user