Configure NeoForge publishing

This commit is contained in:
Aizistral
2026-01-28 23:45:24 +01:00
parent 12cda5e4ca
commit 83f7b70e1d
4 changed files with 100 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
pluginManagement {
repositories {
maven { url = uri("${rootDir}/deps") }
mavenLocal()
gradlePluginPortal()
maven { url = 'https://maven.neoforged.net/releases' }