Files
SignShield/settings.gradle

10 lines
191 B
Groovy
Raw Normal View History

2026-04-06 15:23:47 -05:00
pluginManagement {
repositories {
maven { url = 'https://maven.fabricmc.net/' }
gradlePluginPortal()
mavenCentral()
}
}
rootProject.name = 'sign-leak-shield'