[wiki] Fix wrong gradle example for hytale

This commit is contained in:
Andre_601
2026-02-08 15:24:18 +01:00
committed by GitHub
parent 90908e30fe
commit 9fd5f8510b

View File

@@ -88,6 +88,8 @@ dependencies {
repositories { repositories {
maven { maven {
url = 'https://repo.codemc.io/repository/hytale/' url = 'https://repo.codemc.io/repository/hytale/'
}
maven {
url = 'https://repo.helpch.at/releases/' url = 'https://repo.helpch.at/releases/'
} }
} }