Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Pan-cakse committed Sep 19, 2023
1 parent 551c2a6 commit cb47355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java17/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
}

tasks.shadowJar {
val prefix = "leavesclip.libs"
val prefix = "netheriteclip.libs"
listOf("org.apache", "org.tukaani", "io.sigpipe").forEach { pack ->
relocate(pack, "$prefix.$pack")
}
Expand Down

0 comments on commit cb47355

Please sign in to comment.