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

[MavenV3] Added new jdk versions (12, 13, 14) #15021

Merged
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 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": 189,
"Minor": 190,
"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,9 @@
"visibleRule": "javaHomeSelection = JDKVersion",
"options": {
"default": "default",
"1.14": "JDK 14",
anatolybolshakov marked this conversation as resolved.
Show resolved Hide resolved
"1.13": "JDK 13",
"1.12": "JDK 12",
"1.11": "JDK 11",
"1.10": "JDK 10 (out of support)",
"1.9": "JDK 9 (out of support)",
Expand Down
5 changes: 4 additions & 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": 189,
"Minor": 190,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
Expand Down Expand Up @@ -227,6 +227,9 @@
"visibleRule": "javaHomeSelection = JDKVersion",
"options": {
"default": "default",
"1.14": "JDK 14",
anatolybolshakov marked this conversation as resolved.
Show resolved Hide resolved
"1.13": "JDK 13",
"1.12": "JDK 12",
"1.11": "JDK 11",
"1.10": "JDK 10 (out of support)",
"1.9": "JDK 9 (out of support)",
Expand Down