Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-MX committed Nov 22, 2023
1 parent bca108b commit 38f0f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tasks {

tasks.withType<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar> {
archiveBaseName.set("ktgui-plugin")
archiveClassifier.set("all")
archiveClassifier.set("")
archiveVersion.set(rootProject.version.toString())
exclude("kotlin.*")
mergeServiceFiles()
Expand Down

0 comments on commit 38f0f1d

Please sign in to comment.