Skip to content

Commit

Permalink
build: add java-maven install-tool support
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Apr 15, 2023
1 parent 7e4a7a0 commit d8400d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/util/exec/containerbase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ const allToolConfig: Record<string, ToolConfig> = {
packageName: 'java',
versioning: npmVersioningId,
},
/* not used in Renovate */
'java-maven': {
datasource: 'java-version',
packageName: 'java',
versioning: mavenVersioningId,
},
jb: {
datasource: 'github-releases',
packageName: 'jsonnet-bundler/jsonnet-bundler',
Expand Down

0 comments on commit d8400d3

Please sign in to comment.