Files
soulsteal/settings.gradle
T
darwincereska 99f0c4c9b4 first init
2026-05-03 22:58:55 -04:00

11 lines
175 B
Groovy

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