mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-24 18:04:58 +08:00
Flag spring-cloud-starter-task temporarily as a non starter
This commit sets the `starter` flag of `spring-cloud-starter-task` to `true` to force the core starter to be added when only that dependency is selected. See https://github.com/spring-cloud/spring-cloud-task/issues/359 Closes gh-566
This commit is contained in:
parent
e31271dd58
commit
7e9856219f
@ -729,6 +729,7 @@ initializr:
|
||||
artifactId: spring-cloud-starter-task
|
||||
versionRange: "1.3.0.RELEASE"
|
||||
bom: spring-cloud-task
|
||||
starter: false
|
||||
mappings:
|
||||
- versionRange: "[1.3.0.RELEASE,1.3.x.RELEASE]"
|
||||
artifactId: spring-cloud-task-starter
|
||||
|
Loading…
Reference in New Issue
Block a user