Skip to content

Commit

Permalink
chore: add sourceUrl for cyclonedx gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippHeuer committed Aug 19, 2024
1 parent f0f40dd commit 6cfb768
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib-java-gradleplugin-sourceurl.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
"matchDatasources": ["maven"],
"matchPackageNames": ["com.gradleup.shadow:shadow-gradle-plugin"],
"sourceUrl": "https://github.com/GradleUp/shadow"
},
{
"matchDatasources": ["maven"],
"matchPackageNames": ["org.cyclonedx:cyclonedx-gradle-plugin"],
"sourceUrl": "https://github.com/CycloneDX/cyclonedx-gradle-plugin"
}
]
}

0 comments on commit 6cfb768

Please sign in to comment.