Update the build script
This commit is contained in:
parent
614a7f56f9
commit
90468b8889
1 changed files with 3 additions and 1 deletions
|
@ -39,8 +39,10 @@ def determinePatchVersion = {
|
||||||
}
|
}
|
||||||
return tagInfo.split("-")[1]
|
return tagInfo.split("-")[1]
|
||||||
}
|
}
|
||||||
|
|
||||||
version = determinePatchVersion()
|
version = determinePatchVersion()
|
||||||
version = "${apiVer}.${version}"
|
version = "${apiVer}.${version}"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
// Use Maven Central for resolving dependencies.
|
// Use Maven Central for resolving dependencies.
|
||||||
// mavenCentral()
|
// mavenCentral()
|
||||||
|
@ -70,8 +72,8 @@ def MAVEN_PASSWORD_PROPERTY = "AriasCreationsMavenPassword"
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
mavenJava(MavenPublication) {
|
mavenJava(MavenPublication) {
|
||||||
artifact sourcesJar
|
|
||||||
artifact jar
|
artifact jar
|
||||||
|
artifact sourcesJar
|
||||||
artifact javadocJar
|
artifact javadocJar
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue