From 10f75847581b8145808c4e5f0882f0a7c361933e Mon Sep 17 00:00:00 2001 From: Robert Panzer Date: Thu, 26 May 2022 17:14:36 +0200 Subject: [PATCH] Also close repository --- .github/workflows/release.yaml | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ddfcf0496..b51f0787d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,4 +23,4 @@ jobs: run: | unset GEM_PATH GEM_HOME JRUBY_OPTS ./gradlew --no-daemon clean build - ./gradlew --no-daemon publishToSonatype + ./gradlew --no-daemon publishToSonatype closeSonatypeStagingRepository diff --git a/gradle.properties b/gradle.properties index c4c407319..b1228a985 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=2.5.4-SNAPSHOT +version=2.5.4 org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m