No description
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| gradle | ||
| src/main/java/agency/bithero/hytale/hybuild | ||
| .gitattributes | ||
| .gitignore | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| readme.md | ||
| settings.gradle | ||
hybuild
A gradle build plugin for easy building of hytale plugins.
License
This project is licensed under AGPL-3.0-or-later. For more information, see the LICENSE file, or alternatively online under https://www.gnu.org/licenses/.
Usage
To use this plugin, make sure you have added https://maven.bithero.agency/ for your plugin management:
pluginManagement {
repositories {
maven { url 'https://maven.bithero.agency/' }
gradlePluginPortal()
}
}