Skip to content

Commit

Permalink
Merge pull request #334 from drewbrokke/BLADE-750-BUG-v2-json-extra-f…
Browse files Browse the repository at this point in the history
…ields-simple-fix-publish

BLADE-750 Blade throws an exception when releases.json contains extra fields
  • Loading branch information
drewbrokke authored Jul 13, 2024
2 parents 79965b1 + 6404a33 commit 1446a8b
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 1446a8b

Please sign in to comment.