1
0
mirror of https://github.com/Suiranoil/SkinRestorer.git synced 2026-01-16 04:42:12 +00:00

architectury

This commit is contained in:
2024-06-27 17:04:51 +03:00
parent 59ecc5a56a
commit 07e3aaf60c
29 changed files with 280 additions and 67 deletions

View File

@@ -1,12 +1,24 @@
pluginManagement {
repositories {
maven {
name = 'Architectury'
url = 'https://maven.architectury.dev/'
}
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
maven {
name = 'Forge'
url = 'https://files.minecraftforge.net/maven/'
}
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = "skin-restorer"
include 'common'
include 'fabric'
include 'neoforge'