Add unifiedPublishing

Allows for easier uploading to Modrinth and CurseForge
This commit is contained in:
Martin Prokoph
2024-06-09 15:58:16 +02:00
parent 1c4389e30f
commit fb0c90c62a
3 changed files with 56 additions and 23 deletions

View File

@@ -5,6 +5,7 @@ pluginManagement {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
maven { url "https://maven.architectury.dev/" }
gradlePluginPortal()
}
}