Skip to content
Snippets Groups Projects
Unverified Commit 2e7aa432 authored by Alex Hatzenbuhler's avatar Alex Hatzenbuhler Committed by GitHub
Browse files

fix: Add changelogUrl for gradle-semver-plugin (#20441)

parent ae75c837
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,10 @@ export const manualSourceUrls: Record<string, Record<string, string>> = {
kubernetes: {
node: 'https://github.com/nodejs/node',
},
maven: {
'com.figure.gradle.semver-plugin:com.figure.gradle.semver-plugin.gradle.plugin':
'https://github.com/FigureTechnologies/gradle-semver-plugin',
},
npm: {
node: 'https://github.com/nodejs/node',
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment