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

add forge_minecraft_version property

This commit is contained in:
2024-08-03 15:39:10 +03:00
parent 4943c7d8f6
commit 7131cb76d0
2 changed files with 3 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ minecraft {
}
dependencies {
minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}"
minecraft "net.minecraftforge:forge:${forge_minecraft_version}-${forge_version}"
annotationProcessor('org.spongepowered:mixin:0.8.5-SNAPSHOT:processor')
implementation('net.sf.jopt-simple:jopt-simple:5.0.4') { version { strictly '5.0.4' } }