-
Notifications
You must be signed in to change notification settings - Fork 0
Usage
AzureDoom edited this page Jun 8, 2026
·
2 revisions
pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
maven {
url = uri("https://maven.azuredoom.com/mods")
}
}
}plugins {
id 'java'
id 'com.azuredoom.hytale-tools' version '1.+'
}