No description
Find a file
Mai-Lapyst c0372f9e4d
Some checks failed
/ publish (push) Failing after 35s
Release 0.1.0
2026-02-04 08:42:53 +01:00
.forgejo/workflows Initial commit 2026-02-04 08:42:40 +01:00
gradle Initial commit 2026-02-04 08:42:40 +01:00
src/main/java/agency/bithero/hytale/hybuild Initial commit 2026-02-04 08:42:40 +01:00
.gitattributes Initial commit 2026-02-04 08:42:40 +01:00
.gitignore Initial commit 2026-02-04 08:42:40 +01:00
build.gradle Initial commit 2026-02-04 08:42:40 +01:00
gradle.properties Release 0.1.0 2026-02-04 08:42:53 +01:00
gradlew Initial commit 2026-02-04 08:42:40 +01:00
gradlew.bat Initial commit 2026-02-04 08:42:40 +01:00
LICENSE Initial commit 2026-02-04 08:42:40 +01:00
readme.md Initial commit 2026-02-04 08:42:40 +01:00
settings.gradle Initial commit 2026-02-04 08:42:40 +01:00

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()
    }
}