Skip to content

Commit

Permalink
Second RC
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-grouchnikov committed Dec 6, 2021
1 parent e41e100 commit ce51466
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,9 @@ allprojects {
// add Aurora version, build JDK and build JDK vendor into the manifest file
attributes["Aurora-Version"] =
"${project.property("VERSION_NAME")} ${project.property("VERSION_CODENAME")}"
attributes["Build-JDK"] = System.getProperty("java.version")
attributes["Build-JDK-Vendor"] = System.getProperty("java.vendor")
if (project.hasProperty("POM_ARTIFACT_ID")) {
attributes["Automatic-Module-Name"] =
"org.pushingpixels." + "${project.property("POM_ARTIFACT_ID")}"
.replace("-", ".")
"org.pushingpixels." + "${project.property("POM_ARTIFACT_ID")}".replace("-", ".")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ org.gradle.jvmargs=-Xmx2048m
kotlin.code.style=official

GROUP=org.pushing-pixels
VERSION_NAME=1.0.0-rc1
VERSION_NAME=1.0.0-rc2
VERSION_CODENAME=Arctic

POM_DESCRIPTION=Building modern, elegant and fast Compose Desktop applications
Expand Down
2 changes: 1 addition & 1 deletion scripts/convert-svg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 11`
alias JAVA="java"

AURORA_VERSION=1.0.0-rc1
AURORA_VERSION=1.0.0-rc2
KOTLIN_VERSION=1.5.31
KOTLIN_COROUTINES_VERSION=1.5.2
COMPOSE_VERSION=1.0.0
Expand Down

0 comments on commit ce51466

Please sign in to comment.