Attempt to publish release candidate to Maven Central

This commit is contained in:
Edwin Jakobs
2021-11-28 19:17:03 +01:00
parent 5109ef4a20
commit eba7332032

View File

@@ -56,8 +56,10 @@ ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
def openrndrUseSnapshot = isReleaseVersion
println(findProperty("OPENRNDR.version"))
project.ext {
openrndrVersion = findProperty("OPENRNDR.version")?.replace("v","") ?: "0.5.1-SNAPSHOT"
openrndrVersion = (findProperty("OPENRNDR.version")?.replace("v","")) ?: "0.5.1-SNAPSHOT"
jvmTarget = "1.8"
kotlinVersion = "1.6.0"
kotlinApiVersion = "1.4"