Skip to content

Commit

Permalink
Set the archive base name to the default if in the jitpack env
Browse files Browse the repository at this point in the history
  • Loading branch information
md5sha256 committed Dec 6, 2023
1 parent e4b5398 commit fe77bf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AreaShop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ tasks {
jar {
if (!providers.systemProperty("JITPACK").isPresent) {
archiveClassifier.set("original")
} else {
archiveClassifier.set("")
archiveBaseName.set("AreaShop")
}
}

Expand Down

0 comments on commit fe77bf0

Please sign in to comment.