File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
spring-boot-project/spring-boot-cli Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id " java"
3+ id " eclipse"
34 id " org.springframework.boot.deployed"
45 id " org.springframework.boot.conventions"
56 id " org.springframework.boot.integration-test"
@@ -11,10 +12,12 @@ configurations {
1112 dependenciesBom
1213 loader
1314 testRepository
15+ compileOnlyProject
16+ compileClasspath. extendsFrom(compileOnlyProject)
1417}
1518
1619dependencies {
17- compileOnly (project(" :spring-boot-project:spring-boot" ))
20+ compileOnlyProject (project(" :spring-boot-project:spring-boot" ))
1821 compileOnly(" jakarta.servlet:jakarta.servlet-api" )
1922 compileOnly(" org.codehaus.groovy:groovy-templates" )
2023 compileOnly(" org.springframework:spring-web" )
@@ -185,3 +188,6 @@ publishing {
185188 }
186189}
187190
191+ eclipse. classpath { // https://github.com/eclipse/buildship/issues/939
192+ plusConfigurations + = [ configurations. compileOnlyProject ]
193+ }
You can’t perform that action at this time.
0 commit comments