Skip to content

Commit

Permalink
Fix release process (#245)
Browse files Browse the repository at this point in the history
The latest gradle-maven-publish-plugin has changed the task from
'closeAndReleaseRepository' to 'releaseRepository'.

<!-- **Before submitting your PR:** Please read through the contribution
guide at
https://github.com/connectrpc/connect-kotlin/blob/main/.github/CONTRIBUTING.md
-->
  • Loading branch information
pkwarren committed Apr 19, 2024
1 parent c4a809a commit 83815e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ lintfix: ## Applies the lint changes.
.PHONY: release
release: generate ## Upload artifacts to Sonatype Nexus.
./gradlew $(GRADLE_ARGS) --info publish --stacktrace --no-daemon --no-parallel
./gradlew $(GRADLE_ARGS) --info closeAndReleaseRepository
./gradlew $(GRADLE_ARGS) --info releaseRepository

.PHONY: releaselocal
releaselocal: ## Release artifacts to local maven repository.
Expand Down

0 comments on commit 83815e7

Please sign in to comment.