Browse Source

Set correct Eclipse WTP facet version

pull/35377/head
Phillip Webb 3 years ago
parent
commit
d394ad3d3d
  1. 8
      spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/build.gradle
  2. 8
      spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/build.gradle
  3. 8
      spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/build.gradle
  4. 8
      spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/build.gradle

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

@ -32,3 +32,11 @@ dependencies { @@ -32,3 +32,11 @@ dependencies {
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-jetty"))
}
eclipse {
wtp {
facet {
facet name: 'jst.web', version: '5.0'
}
}
}

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

@ -20,3 +20,11 @@ dependencies { @@ -20,3 +20,11 @@ dependencies {
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
}
eclipse {
wtp {
facet {
facet name: 'jst.web', version: '5.0'
}
}
}

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

@ -21,3 +21,11 @@ dependencies { @@ -21,3 +21,11 @@ dependencies {
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
testImplementation("org.apache.httpcomponents.client5:httpclient5")
}
eclipse {
wtp {
facet {
facet name: 'jst.web', version: '5.0'
}
}
}

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

@ -20,3 +20,11 @@ dependencies { @@ -20,3 +20,11 @@ dependencies {
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
}
eclipse {
wtp {
facet {
facet name: 'jst.web', version: '5.0'
}
}
}

Loading…
Cancel
Save