diff --git a/build.gradle.kts b/build.gradle.kts index 404da7c..3022b4e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ allprojects { tasks { withType(com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar::class) { relocate("kotlin", "${rootProject.group}.kotlin") - relocate("fr.username404.sharplapis", "${rootProject.group}.${rootProject.name.toLowerCase()}.${this@allprojects.name}") + relocate("${rootProject.group}.${rootProject.name.toLowerCase()}", "${rootProject.group}.${rootProject.name.toLowerCase()}.${this@allprojects.name}") } withType(Jar::class) { manifest.attributes["Main-Class"] = "$groupAndName.installer.InstallerKt"