Add dispatchGitHubWorkflow gradle task
This commit is contained in:
committed by
Steve Riesenberg
parent
96caecc639
commit
2c93a92afa
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user