Skip to content

Commit

Permalink
Fix main jar for typedef toolkit
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Grote <[email protected]>
  • Loading branch information
cmgrote committed Mar 13, 2024
1 parent 997065a commit 3057bd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion typedef-toolkit/model/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ tasks {
}
jar {
archiveBaseName.set(jarName)
archiveClassifier.set("slim")
dependsOn(shadowJar)
}
processResources {
Expand Down

0 comments on commit 3057bd9

Please sign in to comment.