0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-19 00:42:13 +02:00
Wurst7/settings.gradle
2022-04-22 07:18:00 +02:00

10 lines
199 B
Groovy

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}