Port it forward!

This commit is contained in:
Zontreck 2024-02-28 15:04:29 -07:00
parent a561e61e35
commit 27a3496310
74 changed files with 628 additions and 6325 deletions

View file

@ -1,6 +1,10 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven { url = 'https://maven.minecraftforge.net/' }
maven { url = "https://maven.zontreck.com/repository/internal" }
}
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
}