Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate MavenV2 to Node20 #18933

Merged
merged 12 commits into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Place files overridden for this config in this directory
2,526 changes: 2,526 additions & 0 deletions Tasks/MavenV2/_buildConfigs/Node20/package-lock.json

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions Tasks/MavenV2/_buildConfigs/Node20/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "Agent.Tasks.Maven",
"version": "2.208.0",
"author": "Microsoft Corporation",
"description": "Build with Apache Maven",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/vso-agent-tasks/issues"
},
"dependencies": {
"@types/node": "^20.3.1",
"@types/mocha": "^9.1.1",
"@types/q": "^1.5.4",
"azure-pipelines-task-lib": "^4.0.0-preview",
"azure-pipelines-tool-lib": "^2.0.0-preview",
"azure-pipelines-tasks-codeanalysis-common": "2.223.0",
"azure-pipelines-tasks-codecoverage-tools": "2.201.0",
"azure-pipelines-tasks-java-common": "^2.0.0-preview.0",
"azure-pipelines-tasks-packaging-common": "3.200.1",
"base-64": "^0.1.0",
"fs-extra": "^0.30.0",
"strip-bom": "^3.0.0",
"utf8": "^2.1.0",
"uuid": "^3.0.1",
"xml2js": "^0.4.16"
},
"devDependencies": {
"typescript": "5.1.6"
}
}
Loading