From 0ffed2333f6da4ae12a417c4ca621d88431286b5 Mon Sep 17 00:00:00 2001 From: Aleksandr Smolyakov Date: Sat, 29 Jan 2022 12:15:30 +0300 Subject: [PATCH 1/2] [Maven@2] Add JAVA 17 to the JDK picklist --- Tasks/MavenV2/task.json | 3 ++- Tasks/MavenV2/task.loc.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Tasks/MavenV2/task.json b/Tasks/MavenV2/task.json index 871796942d4b..ea629aae5418 100644 --- a/Tasks/MavenV2/task.json +++ b/Tasks/MavenV2/task.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 198, + "Minor": 200, "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`", @@ -227,6 +227,7 @@ "visibleRule": "javaHomeSelection = JDKVersion", "options": { "default": "default", + "1.17": "JDK 17", "1.11": "JDK 11", "1.10": "JDK 10 (out of support)", "1.9": "JDK 9 (out of support)", diff --git a/Tasks/MavenV2/task.loc.json b/Tasks/MavenV2/task.loc.json index 091f030b62a4..9cb839848055 100644 --- a/Tasks/MavenV2/task.loc.json +++ b/Tasks/MavenV2/task.loc.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 198, + "Minor": 200, "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", @@ -227,6 +227,7 @@ "visibleRule": "javaHomeSelection = JDKVersion", "options": { "default": "default", + "1.17": "JDK 17", "1.11": "JDK 11", "1.10": "JDK 10 (out of support)", "1.9": "JDK 9 (out of support)", From 0e23086265f69274f2ea25a7c39889225c371ad0 Mon Sep 17 00:00:00 2001 From: Aleksandr Smolyakov Date: Sat, 29 Jan 2022 12:15:52 +0300 Subject: [PATCH 2/2] [Maven@3] Add JAVA 17 to the JDK picklist --- Tasks/MavenV3/task.json | 3 ++- Tasks/MavenV3/task.loc.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Tasks/MavenV3/task.json b/Tasks/MavenV3/task.json index 5964a469fb08..67d49ca4a98b 100644 --- a/Tasks/MavenV3/task.json +++ b/Tasks/MavenV3/task.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 198, + "Minor": 200, "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`", @@ -227,6 +227,7 @@ "visibleRule": "javaHomeSelection = JDKVersion", "options": { "default": "default", + "1.17": "JDK 17", "1.11": "JDK 11", "1.10": "JDK 10 (out of support)", "1.9": "JDK 9 (out of support)", diff --git a/Tasks/MavenV3/task.loc.json b/Tasks/MavenV3/task.loc.json index 40c210ca23fd..0a8468d4f219 100644 --- a/Tasks/MavenV3/task.loc.json +++ b/Tasks/MavenV3/task.loc.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 198, + "Minor": 200, "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", @@ -227,6 +227,7 @@ "visibleRule": "javaHomeSelection = JDKVersion", "options": { "default": "default", + "1.17": "JDK 17", "1.11": "JDK 11", "1.10": "JDK 10 (out of support)", "1.9": "JDK 9 (out of support)",