Skip to content

Commit

Permalink
build: add enum to packaging option
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Sep 20, 2023
1 parent eb4672f commit 5312eab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/nx-gradle/src/generators/application/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@
"packaging": {
"description": "Packaging of the project",
"type": "string",
"enum": [
"jar",
"war"
],
"default": "jar"
},
"framework": {
Expand Down
4 changes: 4 additions & 0 deletions packages/nx-maven/src/generators/application/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@
"packaging": {
"description": "Packaging of the project",
"type": "string",
"enum": [
"jar",
"war"
],
"default": "jar"
},
"framework": {
Expand Down

0 comments on commit 5312eab

Please sign in to comment.