Skip to content

Commit 565e340

Browse files
fix: open, close and promote from staging to maven (#112)
* fix: open, close and promote from Staging to Maven * fix: downgrade gradle wrapper version
1 parent 279d09e commit 565e340

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/release/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
set -euo pipefail
55

66
gradle wrapper
7-
./gradlew clean :core:publishToSonatype :isthmus:publishToSonatype closeSonatypeStagingRepository
7+
./gradlew clean :core:publishToSonatype :isthmus:publishToSonatype closeAndReleaseSonatypeStagingRepository
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)