Files
Applied-Energistics-2/settings.gradle
T
2020-09-19 02:40:35 +02:00

16 lines
263 B
Groovy

pluginManagement {
repositories {
jcenter()
maven {
name = "Fabric"
url = "https://maven.fabricmc.net/"
}
gradlePluginPortal()
}
plugins {
id "fabric-loom" version loom_version
}
}