Skip to content

Commit

Permalink
Fix snapshot-minor make command
Browse files Browse the repository at this point in the history
  • Loading branch information
serpro69 committed Mar 29, 2024
1 parent b0531fe commit 64d8831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ _snapshot-major: ## (DEPRECATED) publishes next snapshot with a major version bu
--info

.PHONY: snapshot-minor
_snapshot-minor: check_java ## (DEPRECATED) publishes next snapshot with a minor version bump
snapshot-minor: check_java ## publishes next snapshot with a minor version bump
@:$(call check_defined, VERSION, semantic version string - 'X.Y.Z(-rc.\d+)?')

./gradlew test integrationTest -Pversion='$(VERSION)-SNAPSHOT'
./gradlew clean test integrationTest -Pversion='$(VERSION)-SNAPSHOT'
./gradlew nativeCompile -Pversion='$(VERSION)-SNAPSHOT' --info
./gradlew publishToSonatype -Pversion='$(VERSION)-SNAPSHOT' --info

Expand Down

0 comments on commit 64d8831

Please sign in to comment.