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

Skip to content
Snippets Groups Projects
Commit 3acb7a5c authored by str4d's avatar str4d
Browse files

Apply java-library plugin to published libraries

parent 3f4daede
No related branches found
No related tags found
No related merge requests found
apply plugin: 'java-library'
archivesBaseName = 'mstreaming'
sourceSets {
......@@ -14,7 +16,7 @@ sourceSets {
}
dependencies {
compile project(':core')
api project(':core')
}
configurations {
......
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')
}
apply plugin: 'java-library'
archivesBaseName = 'i2p'
sourceSets {
......
apply plugin: 'java-library'
sourceSets {
main {
java {
......@@ -12,8 +14,8 @@ sourceSets {
}
dependencies {
compile project(':core')
testCompile project(path: ':core', configuration: 'tests')
api project(':core')
testImplementation project(path: ':core', configuration: 'tests')
}
jar {
......
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