Files
SwordBlocking/settings.gradle
Martin Prokoph fb0c90c62a Add unifiedPublishing
Allows for easier uploading to Modrinth and CurseForge
2024-06-09 15:58:16 +02:00

12 lines
251 B
Groovy

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