-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
AzureDoom edited this page Jun 8, 2026
·
2 revisions
If needed, add the Gradle Plugin Portal to your settings.gradle file:
pluginManagement {
repositories {
gradlePluginPortal()
mavenLocal()
maven {
url = uri("https://maven.azuredoom.com/mods")
}
}
}Add the plugin to your build.gradle file:
plugins {
id 'com.azuredoom.hytalepublisher' version '1.+'
}