-
Notifications
You must be signed in to change notification settings - Fork 165
Maven for Java Build Pipelines
issuelens[bot] edited this page Sep 21, 2026
·
1 revision
The Maven for Java Azure Pipelines use JDK 25 for the affected validation, CI build, nightly, and release-candidate build jobs:
-
.azure-pipelines/ci.ymldownloads and installs the Microsoft JDK 25 Linux archive before the CFS-validation and non-pull-request build-plugin jobs. -
.azure-pipelines/nightly.ymland.azure-pipelines/rc.ymldownload and install the Microsoft JDK 25 Windows archive beforenpm run build-plugin.
This is pipeline configuration only; it does not establish a product runtime requirement or a release/deployment state.
- Source:
microsoft/vscode-mavenPR #1218, merged commit28b44ea9bf2fe5b9cfee172131961db60bf8eff9. - Configured files at that commit: CI, nightly, and RC.