Skip to content

Commit d394ad3

Browse files
committed
Set correct Eclipse WTP facet version
1 parent 4c06d4d commit d394ad3

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@ dependencies {
3232
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
3333
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-jetty"))
3434
}
35+
36+
eclipse {
37+
wtp {
38+
facet {
39+
facet name: 'jst.web', version: '5.0'
40+
}
41+
}
42+
}

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ dependencies {
2020

2121
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
2222
}
23+
24+
eclipse {
25+
wtp {
26+
facet {
27+
facet name: 'jst.web', version: '5.0'
28+
}
29+
}
30+
}

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,11 @@ dependencies {
2121
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
2222
testImplementation("org.apache.httpcomponents.client5:httpclient5")
2323
}
24+
25+
eclipse {
26+
wtp {
27+
facet {
28+
facet name: 'jst.web', version: '5.0'
29+
}
30+
}
31+
}

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ dependencies {
2020

2121
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
2222
}
23+
24+
eclipse {
25+
wtp {
26+
facet {
27+
facet name: 'jst.web', version: '5.0'
28+
}
29+
}
30+
}

0 commit comments

Comments
 (0)