Skip to content

Commit

Permalink
Fix jar name for api
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Jul 3, 2024
1 parent b6de84d commit c64b950
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,10 @@ tasks.jar {
}

tasks.shadowJar {
archiveFileName.set("data-caterer-api.jar")
archiveBaseName.set("datacaterer")
archiveAppendix.set("api")
archiveVersion.set(project.version.toString())
archiveClassifier.set("")
isZip64 = true
}

Expand Down

0 comments on commit c64b950

Please sign in to comment.