Files
Nauticality/settings.gradle
Motschen 78f524ced0 Nauticality 0.1.0 - 1.17
Release for ModFest 1.17!
2021-07-03 16:59:15 +02:00

11 lines
195 B
Groovy
Executable File

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