Skip to content

Commit

Permalink
chore(libs.mk): comment out the publish target command to prevent acc…
Browse files Browse the repository at this point in the history
…idental publishing

The publish target command has been commented out to prevent accidental publishing of the package. This change ensures that the publish command is not executed unintentionally during the build process.
  • Loading branch information
Adrien committed May 24, 2024
1 parent c2a7d1f commit e8f13ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ test:
@echo 'No Tests'

publish:
VERSION=$(VERSION) PKG_MAVEN_REPO=github ./gradlew publish --info
@echo 'No publish'
#VERSION=$(VERSION) PKG_MAVEN_REPO=github ./gradlew publish --info

promote:
VERSION=$(VERSION) PKG_MAVEN_REPO=sonatype_oss ./gradlew publish

0 comments on commit e8f13ad

Please sign in to comment.