You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"loc.input.help.jdkArchitecture": "Optionally supply the architecture (x86, x64) of the JDK.",
41
41
"loc.messages.LocateJVMBasedOnVersionAndArch": "Locate JAVA_HOME for Java %s %s",
42
+
"loc.messages.UnsupportedJdkWarning": "JDK 9 and JDK 10 are out of support. Please switch to a later version in your project and pipeline. Attempting to build with JDK 11...",
42
43
"loc.messages.FailedToLocateSpecifiedJVM": "Failed to find the specified JDK version. Please ensure the specified JDK version is installed on the agent and the environment variable '%s' exists and is set to the location of a corresponding JDK or use the [Java Tool Installer](https://go.microsoft.com/fwlink/?linkid=875287) task to install the desired JDK.",
43
44
"loc.messages.DiscontinueAntCodeCoverage": "We are discontinuing the support of automated code coverage report generation for Ant projects. Please refer to https://go.microsoft.com/fwlink/?linkid=875306 for more details.",
44
45
"loc.messages.NoCodeCoverage": "No code coverage results were found to publish."
Copy file name to clipboardExpand all lines: Tasks/ANTV1/task.json
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@
16
16
"author": "Microsoft Corporation",
17
17
"version": {
18
18
"Major": 1,
19
-
"Minor": 141,
20
-
"Patch": 2
19
+
"Minor": 143,
20
+
"Patch": 0
21
21
},
22
22
"demands": [
23
23
"ant"
@@ -209,11 +209,12 @@
209
209
"visibleRule": "javaHomeSelection = JDKVersion",
210
210
"options": {
211
211
"default": "default",
212
-
"1.10": "JDK 10",
213
-
"1.9": "JDK 9",
212
+
"1.11": "JDK 11",
213
+
"1.10": "JDK 10 (out of support)",
214
+
"1.9": "JDK 9 (out of support)",
214
215
"1.8": "JDK 8",
215
216
"1.7": "JDK 7",
216
-
"1.6": "JDK 6"
217
+
"1.6": "JDK 6 (out of support)"
217
218
}
218
219
},
219
220
{
@@ -255,6 +256,7 @@
255
256
},
256
257
"messages": {
257
258
"LocateJVMBasedOnVersionAndArch": "Locate JAVA_HOME for Java %s %s",
259
+
"UnsupportedJdkWarning": "JDK 9 and JDK 10 are out of support. Please switch to a later version in your project and pipeline. Attempting to build with JDK 11...",
258
260
"FailedToLocateSpecifiedJVM": "Failed to find the specified JDK version. Please ensure the specified JDK version is installed on the agent and the environment variable '%s' exists and is set to the location of a corresponding JDK or use the [Java Tool Installer](https://go.microsoft.com/fwlink/?linkid=875287) task to install the desired JDK.",
259
261
"DiscontinueAntCodeCoverage": "We are discontinuing the support of automated code coverage report generation for Ant projects. Please refer to https://go.microsoft.com/fwlink/?linkid=875306 for more details.",
260
262
"NoCodeCoverage": "No code coverage results were found to publish."
"loc.messages.LocateJVMBasedOnVersionAndArch": "Locate JAVA_HOME for Java %s %s",
3
+
"loc.messages.UnsupportedJdkWarning": "JDK 9 and JDK 10 are out of support. Please switch to a later version in your project and pipeline. Attempting to build with JDK 11...",
3
4
"loc.messages.FailedToLocateSpecifiedJVM": "Failed to find the specified JDK version. Please ensure the specified JDK version is installed on the agent and the environment variable '%s' exists and is set to the location of a corresponding JDK or use the [Java Tool Installer](https://docs.microsoft.com/en-us/vsts/build-release/tasks/tool/java-tool-installer) task to install the desired JDK."
"LocateJVMBasedOnVersionAndArch": "Locate JAVA_HOME for Java %s %s",
4
+
"UnsupportedJdkWarning": "JDK 9 and JDK 10 are out of support. Please switch to a later version in your project and pipeline. Attempting to build with JDK 11...",
4
5
"FailedToLocateSpecifiedJVM": "Failed to find the specified JDK version. Please ensure the specified JDK version is installed on the agent and the environment variable '%s' exists and is set to the location of a corresponding JDK or use the [Java Tool Installer](https://docs.microsoft.com/en-us/vsts/build-release/tasks/tool/java-tool-installer) task to install the desired JDK."
"loc.messages.codeAnalysisDisabled": "Code analysis is disabled outside of the build environment. Could not find a value for: %s",
81
81
"loc.messages.LocateJVMBasedOnVersionAndArch": "Locate JAVA_HOME for Java %s %s",
82
+
"loc.messages.UnsupportedJdkWarning": "JDK 9 and JDK 10 are out of support. Please switch to a later version in your project and pipeline. Attempting to build with JDK 11...",
82
83
"loc.messages.FailedToLocateSpecifiedJVM": "Failed to find the specified JDK version. Please ensure the specified JDK version is installed on the agent and the environment variable '%s' exists and is set to the location of a corresponding JDK or use the [Java Tool Installer](https://go.microsoft.com/fwlink/?linkid=875287) task to install the desired JDK.",
83
84
"loc.messages.NoCodeCoverage": "No code coverage results were found to publish."
Copy file name to clipboardExpand all lines: Tasks/GradleV2/task.json
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@
15
15
"author": "Microsoft Corporation",
16
16
"version": {
17
17
"Major": 2,
18
-
"Minor": 141,
19
-
"Patch": 1
18
+
"Minor": 143,
19
+
"Patch": 0
20
20
},
21
21
"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`",
"codeAnalysisDisabled": "Code analysis is disabled outside of the build environment. Could not find a value for: %s",
361
362
"LocateJVMBasedOnVersionAndArch": "Locate JAVA_HOME for Java %s %s",
363
+
"UnsupportedJdkWarning": "JDK 9 and JDK 10 are out of support. Please switch to a later version in your project and pipeline. Attempting to build with JDK 11...",
362
364
"FailedToLocateSpecifiedJVM": "Failed to find the specified JDK version. Please ensure the specified JDK version is installed on the agent and the environment variable '%s' exists and is set to the location of a corresponding JDK or use the [Java Tool Installer](https://go.microsoft.com/fwlink/?linkid=875287) task to install the desired JDK.",
363
365
"NoCodeCoverage": "No code coverage results were found to publish."
"loc.messages.codeAnalysisDisabled": "Code analysis is disabled outside of the build environment. Could not find a value for: %s",
87
87
"loc.messages.LocateJVMBasedOnVersionAndArch": "Locate JAVA_HOME for Java %s %s",
88
+
"loc.messages.UnsupportedJdkWarning": "JDK 9 and JDK 10 are out of support. Please switch to a later version in your project and pipeline. Attempting to build with JDK 11...",
88
89
"loc.messages.FailedToLocateSpecifiedJVM": "Failed to find the specified JDK version. Please ensure the specified JDK version is installed on the agent and the environment variable '%s' exists and is set to the location of a corresponding JDK or use the [Java Tool Installer](https://go.microsoft.com/fwlink/?linkid=875287) task to install the desired JDK.",
89
90
"loc.messages.NoCodeCoverage": "No code coverage results were found to publish.",
90
91
"loc.messages.EntryAlreadyExists": "The settings for the feed or repository already exists in the xml file.",
0 commit comments