Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JDK 21 to JDK version pick list - Maven2/Maven3/Maven4 Task #19476

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
3 changes: 2 additions & 1 deletion Tasks/MavenV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 235,
"Minor": 236,
"Patch": 0
},
"releaseNotes": "Configuration of the SonarQube analysis was moved to the [SonarQube](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarqube) or [SonarCloud](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarcloud) extensions, in task `Prepare Analysis Configuration`",
Expand Down Expand Up @@ -227,6 +227,7 @@
"visibleRule": "javaHomeSelection = JDKVersion",
"options": {
"default": "default",
"1.21": "JDK 21",
"1.17": "JDK 17",
"1.11": "JDK 11",
"1.10": "JDK 10 (out of support)",
Expand Down
3 changes: 2 additions & 1 deletion Tasks/MavenV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 235,
"Minor": 236,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
Expand Down Expand Up @@ -227,6 +227,7 @@
"visibleRule": "javaHomeSelection = JDKVersion",
"options": {
"default": "default",
"1.21": "JDK 21",
"1.17": "JDK 17",
"1.11": "JDK 11",
"1.10": "JDK 10 (out of support)",
Expand Down
3 changes: 2 additions & 1 deletion Tasks/MavenV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 235,
"Minor": 236,
"Patch": 0
},
"releaseNotes": "Configuration of the SonarQube analysis was moved to the [SonarQube](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarqube) or [SonarCloud](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarcloud) extensions, in task `Prepare Analysis Configuration`",
Expand Down Expand Up @@ -227,6 +227,7 @@
"visibleRule": "javaHomeSelection = JDKVersion",
"options": {
"default": "default",
"1.21": "JDK 21",
"1.17": "JDK 17",
"1.11": "JDK 11",
"1.10": "JDK 10 (out of support)",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/MavenV3/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 235,
"Minor": 236,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
Expand Down
1 change: 1 addition & 0 deletions Tasks/MavenV4/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
"visibleRule": "javaHomeSelection = JDKVersion",
"options": {
"default": "default",
"1.21": "JDK 21",
"1.17": "JDK 17",
"1.11": "JDK 11",
"1.10": "JDK 10 (out of support)",
Expand Down
1 change: 1 addition & 0 deletions Tasks/MavenV4/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
"visibleRule": "javaHomeSelection = JDKVersion",
"options": {
"default": "default",
"1.21": "JDK 21",
"1.17": "JDK 17",
"1.11": "JDK 11",
"1.10": "JDK 10 (out of support)",
Expand Down