Update build system

This commit is contained in:
zontreck 2024-09-14 14:49:34 -07:00
parent b005eeb0fc
commit 6cec3dcbbc
8 changed files with 172 additions and 67 deletions

View file

@ -1,6 +1,14 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven { url = "https://maven.zontreck.com/repository/internal" }
maven {
name = 'MinecraftForge'
url = 'https://maven.minecraftforge.net/'
}
maven { url = 'https://maven.parchmentmc.org' } // Add this line
}
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.7.0'
}