Files
skybot/settings.gradle
burkkyy 18ca78d667
build / build (push) Failing after 2m5s
setting up project
2026-07-02 23:53:33 -07:00

10 lines
151 B
Groovy

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