Skip to content

Commit

Permalink
Fix missing -all JAR suffix.
Browse files Browse the repository at this point in the history
GradleUp/shadow#860 says this is a bug in
shadow 8.1.1. Revert to 8.1.0 until there's a fix available.
  • Loading branch information
DanAlbert committed Feb 20, 2024
1 parent 2b64c69 commit 2229238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
application
id("com.github.johnrengelman.shadow").version("8.1.1")
id("com.github.johnrengelman.shadow").version("8.1.0")
}
dependencies {
implementation("com.github.ajalt.clikt:clikt:4.2.2")
Expand Down

0 comments on commit 2229238

Please sign in to comment.