[CHANGE] Change Jar-Relocator to our fork to allow directory remapping

This commit is contained in:
2023-11-05 18:12:38 +02:00
parent a9b46c9ffd
commit 3592fb04c0
3 changed files with 7 additions and 4 deletions

View File

@@ -26,6 +26,9 @@ configurations {
repositories {
mavenCentral()
maven {
url "https://maven.firstdark.dev/releases"
}
}
dependencies {
@@ -35,7 +38,7 @@ dependencies {
testCompileOnly "org.projectlombok:lombok:${lombok}"
testAnnotationProcessor "org.projectlombok:lombok:${lombok}"
shadeMe("me.lucko:jar-relocator:${jarrelocator}") {
shadeMe("com.hypherionmc:jar-relocator:${jarrelocator}") {
exclude group: 'org.ow2.asm'
}