Skip to content

A bunch of gradle plugins to be used in other repos

License

Notifications You must be signed in to change notification settings

PacificEngine/build

Repository files navigation

GitHub release (latest by date) GitHub Release Date

How To Utilize Plugins

Plugin List

For usage go to the bundle specific readme file.

Example Projects

How To Modify And Deploy

Compile

Mac/Linux

./gradlew clean build

Windows

./gradlew.bat clean build

Update Gradle

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

Publish

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

About

A bunch of gradle plugins to be used in other repos

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •