mirror of
https://github.com/RoBaertschi/EnvironmentTech.git
synced 2025-04-19 23:03:28 +00:00
12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
gradlePluginPortal()
|
|
maven ("https://maven.neoforged.net/releases")
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id ("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
|
}
|