Revert OsmAnd-java ivy publishing
This commit is contained in:
parent
2eefdecd53
commit
76a7735800
1 changed files with 0 additions and 11 deletions
|
@ -1,6 +1,5 @@
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'maven-publish'
|
apply plugin: 'maven-publish'
|
||||||
apply plugin: 'ivy-publish'
|
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
android
|
android
|
||||||
|
@ -86,21 +85,11 @@ artifacts {
|
||||||
}
|
}
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
repositories {
|
|
||||||
ivy {
|
|
||||||
url = System.getenv("OSMAND_BINARIES_IVY_ROOT") ?: "./"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
publications {
|
publications {
|
||||||
maven(MavenPublication) {
|
maven(MavenPublication) {
|
||||||
artifactId "osmand-base"
|
artifactId "osmand-base"
|
||||||
from components.java
|
from components.java
|
||||||
}
|
}
|
||||||
ivyJava(IvyPublication) {
|
|
||||||
artifact androidJar {
|
|
||||||
classifier 'android'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue