Any gradle plugin devs know if there is a way to g...
# gradle
h
Any gradle plugin devs know if there is a way to generate plugin descriptors with some kind of annotation on the plugin?
gradlePlugin
dsl forces you to write same thing twice
g
Why twice? Isn't you need id only in gradlePlugin? Plugin meta-inf will be generated automatically
h
1. Declare class in your sources 2. Reference full class name in build script(without any validation) Would be nice to have annotations like google
AutoService
g
Ah, class name, yeah, you right
Agree, probably make sense to create a feature request
h