Skip to content

Commit f7e23c0

Browse files
authored
Project type for MicroProfile should be liberty.
The project type must be one of: ``` "liberty", "spring", "swift", "nodejs", "docker, ``` currently.
1 parent b3f5b94 commit f7e23c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devfiles/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName":"Java MicroProfile template",
44
"description":"Cloud Microservice Starter for Java - MicroProfile / Java EE",
55
"language":"java",
6-
"projectType":"java",
6+
"projectType":"liberty",
77
"location":"https://github.com/microclimate-dev2ops/javaMicroProfileTemplate",
88
"links": {"self":"/devfiles/javaMicroProfileTemplate/devfile.yaml" }
99
}

0 commit comments

Comments
 (0)