Skip to content

Commit df837dc

Browse files
committed
remove -all classifier from bukkit shaded jar
1 parent 7792082 commit df837dc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bukkit/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ tasks.shadowJar {
2929
relocate("org.json", "com.thatgamerblue.json")
3030

3131
archiveBaseName = "subauth-" + project.name
32+
33+
archiveClassifier = ""
3234
}

0 commit comments

Comments
 (0)