Files
codecraft/settings.gradle
Aran Roig aa8fa05506
Some checks failed
build / build (push) Failing after 4m1s
First commit
2026-07-12 17:00:44 +02:00

15 lines
255 B
Groovy

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
maven { url = uri("https://jitpack.io") }
gradlePluginPortal()
}
}
// Should match your modid
rootProject.name = 'codecraft'