Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 20348

Best practice for including a dependency in a 3rd party plugin?

$
0
0

Thanks for coming back so quickly.

The plugin is OWASP dependency check. https://github.com/jeremylong/dependency-check-gradle.

The reason I’m adding my own jar is to make a suppressions.xml file available. It means I can publish the xml file from one repo and make it available to all other repos.

The suppressions.xml file can be discovered from the classpath, but I can’t see how that is possible to add my dependency from the plugin configuration itself.


Viewing all articles
Browse latest Browse all 20348

Trending Articles