1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Add dispatchGitHubWorkflow gradle task

This commit is contained in:
Steve Riesenberg
2022-05-04 14:03:32 -05:00
committed by Steve Riesenberg
parent 96caecc639
commit 2c93a92afa
7 changed files with 360 additions and 27 deletions
+7
View File
@@ -69,6 +69,13 @@ tasks.named("createGitHubRelease") {
}
}
tasks.named("dispatchGitHubWorkflow") {
repository {
owner = "spring-projects"
name = "spring-security"
}
}
tasks.named("updateDependencies") {
// we aren't Gradle 7 compatible yet
checkForGradleUpdate = false