Update build files

This commit is contained in:
zontreck 2024-09-12 15:40:26 -07:00
parent 1c27c3da01
commit e4b59167f6
5 changed files with 47 additions and 32 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'
}