Skip to content

Commit

Permalink
feat(generators): add java 21 lts version
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Sep 20, 2023
1 parent eb4672f commit 71a6b16
Show file tree
Hide file tree
Showing 8 changed files with 697 additions and 646 deletions.
1,317 changes: 684 additions & 633 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@nx/node": "16.8.1",
"@nx/plugin": "16.8.1",
"@nx/workspace": "16.8.1",
"@prettier/plugin-xml": "^3.0.0",
"@prettier/plugin-xml": "^2.2.0",
"@swc-node/register": "~1.6.7",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.86",
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-boot-gradle/src/generators/init/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"type": "list",
"items": [
{
"value": "20",
"label": "20"
"value": "21",
"label": "21"
},
{
"value": "17",
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-boot-maven/src/generators/init/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"type": "list",
"items": [
{
"value": "20",
"label": "20"
"value": "21",
"label": "21"
},
{
"value": "17",
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-gradle/src/generators/init/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"type": "list",
"items": [
{
"value": "20",
"label": "20"
"value": "21",
"label": "21"
},
{
"value": "17",
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-maven/src/generators/init/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"type": "list",
"items": [
{
"value": "20",
"label": "20"
"value": "21",
"label": "21"
},
{
"value": "17",
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-quarkus-gradle/src/generators/init/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"type": "list",
"items": [
{
"value": "20",
"label": "20"
"value": "21",
"label": "21"
},
{
"value": "17",
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-quarkus-maven/src/generators/init/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"type": "list",
"items": [
{
"value": "20",
"label": "20"
"value": "21",
"label": "21"
},
{
"value": "17",
Expand Down

0 comments on commit 71a6b16

Please sign in to comment.