Skip to content

Commit

Permalink
BLADE-750 cli: fixes Gradle 8 implicit dependency error
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbrokke committed Jul 13, 2024
1 parent 79965b1 commit 6404a33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ clean.doFirst {
}

cliSourcesJar {
dependsOn "unzipPortal"
archiveClassifier.set("sources")
from sourceSets.main.allJava
}
Expand Down

0 comments on commit 6404a33

Please sign in to comment.