1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-28 11:09:13 +00:00
Files
Floodgate/settings.gradle
Camotoy 3f10881a4d Initial commit
Commands don't work.
Compiling will not work - only works in a development environment.
2021-03-27 00:00:06 -04:00

11 lines
195 B
Groovy

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