For usage go to the bundle specific readme file.
Mac/Linux
./gradlew clean build
Windows
./gradlew.bat clean build
rm -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.bat
Requires 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 publishPlugins
Windows
./gradlew.bat publish
./gradlew.bat publishPlugins