1
0
mirror of https://github.com/Suiranoil/SkinRestorer.git synced 2026-01-16 04:42:12 +00:00
Files
SkinRestorer/settings.gradle
2024-06-27 17:04:51 +03:00

25 lines
515 B
Groovy

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'