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

remove unused closure in build.gradle

This commit is contained in:
2024-06-27 20:07:49 +03:00
parent 9816796cae
commit 7b6937bf8e

View File

@@ -39,14 +39,6 @@ subprojects {
build.finalizedBy(mergeJars)
assemble.finalizedBy(mergeJars)
repositories {
// Add repositories to retrieve artifacts from in here.
// You should only use this when depending on other mods because
// Loom adds the essential maven repositories to download Minecraft and libraries from automatically.
// See https://docs.gradle.org/current/userguide/declaring_repositories.html
// for more information about repositories.
}
dependencies {
minecraft "net.minecraft:minecraft:$rootProject.minecraft_version"
mappings loom.layered {