зеркало из https://github.com/mozilla/rhino.git
FIX: publishing to mvn
This commit is contained in:
Родитель
50400dfbe0
Коммит
836f46c3d4
|
@ -79,3 +79,22 @@ task sourceJar(type: Jar) {
|
||||||
into 'META-INF'
|
into 'META-INF'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
publishing {
|
||||||
|
if (project.hasProperty("mavenPassword")) {
|
||||||
|
repositories {
|
||||||
|
|
||||||
|
maven {
|
||||||
|
credentials {
|
||||||
|
username mavenUser
|
||||||
|
password mavenPassword
|
||||||
|
}
|
||||||
|
if (project.version.endsWith('-SNAPSHOT')) {
|
||||||
|
url mavenSnapshotRepo
|
||||||
|
} else {
|
||||||
|
url mavenReleaseRepo
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче