NeoForge-1.21.1/settings.gradle
Starr 3eeb3fc551
Some checks failed
Build / build (push) Failing after 4s
Initial commit
2024-08-11 17:05:12 -07:00

11 lines
246 B
Groovy

pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
maven { url = 'https://maven.neoforged.net/releases' }
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}