I’m trying to write a JavacPlugin. I want to be able to test it through my gradle system, however I’m uncertain as to how I can tell gradle to add my own code as a dependency, in order for it to target the javac plugin. Is it even possible, if not, what else can I do to manage both the plugin and it’s tests in a sane manner?
Related Topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How to add a dependency to Gradle TestKit when using jvm test suite plugin | 2 | 1045 | October 29, 2022 | |
How to setting up to debug custom gradle plugin | 1 | 1424 | January 18, 2016 | |
Developing and testing plugins | 3 | 555 | May 14, 2013 | |
Dependency was not added to custom config in gradle plugin | 5 | 1531 | April 7, 2021 | |
Multi module configuration dependencies support in custom plugin | 3 | 628 | January 21, 2013 |