Files
architectury-loom/settings.gradle
modmuss e3cd4947bf Remove loom bootstrap (#1261)
* Remove bootstrap, its no longer required as Gradle has a nicer error message for outdated java.

* No need to check idea or gradle version
2025-02-09 23:27:48 +00:00

12 lines
219 B
Groovy

rootProject.name = name
dependencyResolutionManagement {
versionCatalogs {
testLibs {
from(files("gradle/test.libs.versions.toml"))
}
runtimeLibs {
from(files("gradle/runtime.libs.versions.toml"))
}
}
}