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]
|
||||
}
|
||||
|
||||
version = determinePatchVersion()
|
||||
version = "${apiVer}.${version}"
|
||||
|
||||
repositories {
|
||||
// Use Maven Central for resolving dependencies.
|
||||
// mavenCentral()
|
||||
|
@ -70,8 +72,8 @@ def MAVEN_PASSWORD_PROPERTY = "AriasCreationsMavenPassword"
|
|||
publishing {
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
artifact sourcesJar
|
||||
artifact jar
|
||||
artifact sourcesJar
|
||||
artifact javadocJar
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue