Update Forge buildscript and settings.gradle

This commit is contained in:
Aizistral
2026-03-27 21:44:04 +01:00
parent 184d9c9624
commit ec43cfc0e9
2 changed files with 10 additions and 32 deletions

View File

@@ -1,18 +1,3 @@
pluginManagement {
repositories {
maven { url = uri("${rootDir}/deps") }
gradlePluginPortal()
maven {
name = 'MinecraftForge'
url = 'https://maven.minecraftforge.net/'
}
maven {
url = 'https://repo.spongepowered.org/repository/maven-public/'
content { includeGroup "org.spongepowered" }
}
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.7.0'
}
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
}