Skip to content

Commit

Permalink
Fixed publishing command issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakuan committed Dec 9, 2024
1 parent 5b6cfb1 commit f0de4f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,11 @@ publish-local: build

publish-maven: build
rm -rf $$HOME/.m2/repository/org/docstr/gwt
git checkout tags/${LATEST_TAG}
${PROJECT_DIR}/gradlew publishMavenJavaPublicationToMavenLocal publishMavenJavaPublicationToMavenRepository
git checkout main

publish: build
rm -rf $$HOME/.m2/repository/org/docstr/gwt
git checkout tags/${LATEST_TAG}
${PROJECT_DIR}/gradlew publishPlugins --warning-mode all
git checkout main

site:
cd ${PROJECT_DIR}/doc && docstr site build && cd ${PROJECT_DIR}/../dn-hosting-sites && make deploy-gwtgradle
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ gradlew.bat clean build

- Build and test the plugin locally
- Commit all changes to the `main` branch
- Create a new release on GitHub with `make release`
- Publish the plugin to the Gradle Plugin Portal with `make publish`
- Create a new release on GitHub with `make release` after the plugin is published

0 comments on commit f0de4f2

Please sign in to comment.