File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
spring-cloud-app-broker-acceptance-tests
spring-cloud-app-broker-integration-tests Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ pluginManagement {
2+ plugins {
3+ id ' org.springframework.boot' version " 2.6.2"
4+ }
5+ repositories {
6+ mavenCentral()
7+ maven { url " https://repo.spring.io/release" }
8+ maven { url " https://plugins.gradle.org/m2/" }
9+ }
10+ }
11+
112rootProject. name = " spring-cloud-app-broker"
213
314include " spring-cloud-app-broker-deployer"
Original file line number Diff line number Diff line change 1515 */
1616
1717plugins {
18- id ' org.springframework.boot' version " 2.6.2 "
18+ id ' org.springframework.boot'
1919}
2020
2121description = " Spring Cloud App Broker Acceptance Tests"
Original file line number Diff line number Diff line change 1515 */
1616
1717plugins {
18- id ' org.springframework.boot' version " 2.6.2 "
18+ id ' org.springframework.boot'
1919}
2020
2121description = " Spring Cloud App Broker Integration Tests"
You can’t perform that action at this time.
0 commit comments