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 {
11
11
}
12
12
13
13
dependencies {
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" )
15
16
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" )
16
18
17
19
intTestImplementation(enforcedPlatform(project(" :spring-boot-project:spring-boot-parent" )))
18
20
intTestImplementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-test-support" ))
You can’t perform that action at this time.
0 commit comments