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

use custom mineskin client fork

This commit is contained in:
2024-12-02 03:12:26 +03:00
parent 8338f5dac9
commit a35a64c017
2 changed files with 2 additions and 3 deletions

View File

@@ -69,7 +69,6 @@ dependencies {
annotationProcessor('org.spongepowered:mixin:0.8.5-SNAPSHOT:processor')
implementation('net.sf.jopt-simple:jopt-simple:5.0.4') { version { strictly '5.0.4' } }
// TODO: somehow fix forge gradle including dependencies of java-client
minecraftLibrary(jarJar(group: 'org.mineskin', name: 'java-client', version: mineskin_client_version)) {
jarJar.ranged(it, "[${mineskin_client_version},)")
}