Skip to content

Installation

AzureDoom edited this page Jun 8, 2026 · 2 revisions

Installation

1. Configure plugin repositories

If needed, add the Gradle Plugin Portal to your settings.gradle file:

pluginManagement {
    repositories {
        gradlePluginPortal()
        mavenLocal()
        maven {
            url = uri("https://maven.azuredoom.com/mods")
        }
    }
}

2. Apply the plugin

Add the plugin to your build.gradle file:

plugins {
    id 'com.azuredoom.hytalepublisher' version '1.+'
}


Back to Home

Clone this wiki locally