Attempt to publish release candidate to Maven Central

This commit is contained in:
Edwin Jakobs
2021-11-28 19:07:35 +01:00
parent dbe1934748
commit 5109ef4a20
3 changed files with 5 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
def openrndrUseSnapshot = isReleaseVersion
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"