0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00
Wurst7/settings.gradle

10 lines
199 B
Groovy
Raw Normal View History

2019-06-06 08:11:08 +02:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
2022-04-22 07:18:00 +02:00
mavenCentral()
2019-06-06 08:11:08 +02:00
gradlePluginPortal()
}
2022-04-22 07:18:00 +02:00
}