File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,10 @@ configurations {
1111}
1212
1313dependencies {
14- app project(path : " :spring-boot-project:spring-boot-tools:spring-boot-gradle-plugin" , configuration : " mavenRepository" )
14+ app project(path : " :spring-boot-project:spring-boot-dependencies" , configuration : " mavenRepository" )
15+ app project(path : " :spring-boot-project:spring-boot-parent" , configuration : " mavenRepository" )
1516 app project(path : " :spring-boot-project:spring-boot-starters:spring-boot-starter-web" , configuration : " mavenRepository" )
17+ app project(path : " :spring-boot-project:spring-boot-tools:spring-boot-gradle-plugin" , configuration : " mavenRepository" )
1618
1719 intTestImplementation(enforcedPlatform(project(" :spring-boot-project:spring-boot-parent" )))
1820 intTestImplementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-test-support" ))
You can’t perform that action at this time.
0 commit comments