Skip to content

Commit

Permalink
remove close of sonatype repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tiainen committed Nov 23, 2023
1 parent 6580d9e commit 91b53b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ publish_java: docker_image
-e ORG_GRADLE_PROJECT_signingPassword \
-e ORG_GRADLE_PROJECT_signingKey \
$(DOCKER_IMAGE) \
sh -c "cd src/java; ./gradlew publish -PskipSigning -PskipAndroid closeSonatypeStagingRepository"
sh -c "cd src/java; ./gradlew publish -PskipSigning -PskipAndroid"

# We could run these through Docker, but they would have the same result anyway.

Expand Down

0 comments on commit 91b53b5

Please sign in to comment.