For usage go to the bundle specific readme file.
- io.github.pacificengine.build.docker
- io.github.pacificengine.build.java
- io.github.pacificengine.build.plugin.groovy
- io.github.pacificengine.build.plugin.release
- io.github.pacificengine.build.release
- io.github.pacificengine.build.repository
- io.github.pacificengine.build.zip
Mac/Linux
./gradlew clean buildWindows
./gradlew.bat clean buildrm -rf gradle/wrapper gradlew gradlew.bat
gradle wrapper --gradle-version=8.5 --distribution-type=all
git add gradle/wrapper/ gradlew gradlew.bat
git update-index --chmod=+x gradle/wrapper/gradle-wrapper.jar gradlew gradlew.bat
git add gradle/wrapper/ gradlew gradlew.batRequires GIT_USERNAME and GIT_TOKEN environment variables to be set with a token generated at https://github.com/settings/tokens/new with write:packages permissions.
Mac/Linux
./gradlew publish
./gradlew publishPluginsWindows
./gradlew.bat publish
./gradlew.bat publishPlugins