mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
* Remove bootstrap, its no longer required as Gradle has a nicer error message for outdated java. * No need to check idea or gradle version
12 lines
219 B
Groovy
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"))
|
|
}
|
|
}
|
|
} |