ci: Setup workflows for proper release

This commit is contained in:
oSumAtrIX
2024-06-05 15:18:27 +02:00
parent af47edeb5b
commit 8d5b09bd02
4 changed files with 46 additions and 27 deletions

View File

@@ -15,7 +15,7 @@ tasks {
// Tracking: https://github.com/KengoTODA/gradle-semantic-release-plugin/issues/435
register<DefaultTask>("publish") {
group = "publishing"
dependsOn(shadowJar)
dependsOn(startShadowScripts)
}
}