Skip to content

Commit

Permalink
Revert "[MavenV3] Added new jdk versions (12, 13, 14) (#15021)"
Browse files Browse the repository at this point in the history
This reverts commit e8e8d9e.
  • Loading branch information
Anna Opareva committed Jul 23, 2021
1 parent 02c3fc7 commit e277b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions 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": 190,
"Minor": 189,
"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,9 +227,6 @@
"visibleRule": "javaHomeSelection = JDKVersion",
"options": {
"default": "default",
"1.14": "JDK 14",
"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: 1 addition & 4 deletions 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": 190,
"Minor": 189,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
Expand Down Expand Up @@ -227,9 +227,6 @@
"visibleRule": "javaHomeSelection = JDKVersion",
"options": {
"default": "default",
"1.14": "JDK 14",
"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

0 comments on commit e277b77

Please sign in to comment.