File tree 1 file changed +7
-1
lines changed
spring-boot-project/spring-boot-cli
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " java"
3
+ id " eclipse"
3
4
id " org.springframework.boot.deployed"
4
5
id " org.springframework.boot.conventions"
5
6
id " org.springframework.boot.integration-test"
@@ -11,10 +12,12 @@ configurations {
11
12
dependenciesBom
12
13
loader
13
14
testRepository
15
+ compileOnlyProject
16
+ compileClasspath. extendsFrom(compileOnlyProject)
14
17
}
15
18
16
19
dependencies {
17
- compileOnly (project(" :spring-boot-project:spring-boot" ))
20
+ compileOnlyProject (project(" :spring-boot-project:spring-boot" ))
18
21
compileOnly(" jakarta.servlet:jakarta.servlet-api" )
19
22
compileOnly(" org.codehaus.groovy:groovy-templates" )
20
23
compileOnly(" org.springframework:spring-web" )
@@ -185,3 +188,6 @@ publishing {
185
188
}
186
189
}
187
190
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