setup gradle and parchment

This commit is contained in:
Steven 2023-10-01 07:58:50 -04:00
parent 6f623fc0fe
commit 138786a53f
8 changed files with 111 additions and 67 deletions

View file

@ -5,6 +5,10 @@ pluginManagement {
name = 'NeoForged'
url = 'https://maven.neoforged.net/releases'
}
maven {
name = 'ParchmentMC'
url = 'https://maven.parchmentmc.org'
}
}
}