Remove deprecated stsId

Closes gh-820
This commit is contained in:
Stephane Nicoll
2019-02-11 12:46:00 +01:00
parent de15e826b8
commit c98f59e8f2
7 changed files with 5 additions and 29 deletions

View File

@@ -118,8 +118,9 @@ class MainControllerIntegrationTests
@Test
void gradleWarProject() {
downloadZip("/starter.zip?style=web&style=security&packaging=war&type=gradle.zip")
.isJavaWarProject().isGradleProject();
downloadZip(
"/starter.zip?style=web&style=security&packaging=war&type=gradle-project")
.isJavaWarProject().isGradleProject();
}
@Test

View File

@@ -349,7 +349,6 @@
"description": null,
"id": "maven-build",
"name": "Maven POM",
"stsId": "pom.xml",
"tags": {
"build": "maven",
"format": "build"
@@ -361,7 +360,6 @@
"description": null,
"id": "maven-project",
"name": "Maven Project",
"stsId": "starter.zip",
"tags": {
"build": "maven",
"format": "project"
@@ -373,7 +371,6 @@
"description": null,
"id": "gradle-build",
"name": "Gradle Config",
"stsId": "build.gradle",
"tags": {
"build": "gradle",
"format": "build"
@@ -385,7 +382,6 @@
"description": null,
"id": "gradle-project",
"name": "Gradle Project",
"stsId": "gradle.zip",
"tags": {
"build": "gradle",
"format": "project"