Skip to content

Commit d4b9f8c

Browse files
AnnaOparevaAnna Opareva
andauthored
Revert [MavenV3] Added new jdk versions (12, 13, 14) (#15021) backport (#15075)
* Revert "[MavenV3] Added new jdk versions (12, 13, 14) (#15021)" This reverts commit e8e8d9e. * bump task version to 190.1 Co-authored-by: Anna Opareva <[email protected]>
1 parent 72b13a5 commit d4b9f8c

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Tasks/MavenV3/task.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 3,
2020
"Minor": 190,
21-
"Patch": 0
21+
"Patch": 1
2222
},
2323
"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`",
2424
"demands": [
@@ -227,9 +227,6 @@
227227
"visibleRule": "javaHomeSelection = JDKVersion",
228228
"options": {
229229
"default": "default",
230-
"1.14": "JDK 14",
231-
"1.13": "JDK 13",
232-
"1.12": "JDK 12",
233230
"1.11": "JDK 11",
234231
"1.10": "JDK 10 (out of support)",
235232
"1.9": "JDK 9 (out of support)",

Tasks/MavenV3/task.loc.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 3,
2020
"Minor": 190,
21-
"Patch": 0
21+
"Patch": 1
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
2424
"demands": [
@@ -227,9 +227,6 @@
227227
"visibleRule": "javaHomeSelection = JDKVersion",
228228
"options": {
229229
"default": "default",
230-
"1.14": "JDK 14",
231-
"1.13": "JDK 13",
232-
"1.12": "JDK 12",
233230
"1.11": "JDK 11",
234231
"1.10": "JDK 10 (out of support)",
235232
"1.9": "JDK 9 (out of support)",

0 commit comments

Comments
 (0)