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:
@@ -17,8 +17,8 @@ allprojects {
|
|||||||
exclusiveContent {
|
exclusiveContent {
|
||||||
forRepository {
|
forRepository {
|
||||||
maven {
|
maven {
|
||||||
name = 'MineSkin'
|
name = 'lionarius-repository'
|
||||||
url = 'https://repo.inventivetalent.org/repository/public'
|
url = 'https://reposilite.lionarius.ru/releases'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
filter {
|
filter {
|
||||||
|
|||||||
@@ -69,7 +69,6 @@ dependencies {
|
|||||||
annotationProcessor('org.spongepowered:mixin:0.8.5-SNAPSHOT:processor')
|
annotationProcessor('org.spongepowered:mixin:0.8.5-SNAPSHOT:processor')
|
||||||
implementation('net.sf.jopt-simple:jopt-simple:5.0.4') { version { strictly '5.0.4' } }
|
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)) {
|
minecraftLibrary(jarJar(group: 'org.mineskin', name: 'java-client', version: mineskin_client_version)) {
|
||||||
jarJar.ranged(it, "[${mineskin_client_version},)")
|
jarJar.ranged(it, "[${mineskin_client_version},)")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user