Join Slack
Powered by
For gradle plugins, is it possible to auto generat...
# gradle
a
Allan Wang
09/23/2020, 6:42 AM
For gradle plugins, is it possible to auto generate
resources/META-INF/gradle-plugins/
from a dsl under
build.gradle
? Similar to how jar creation can specify the manifest info in
build.gradle
g
gildor
09/23/2020, 7:32 AM
yes, this is standard feature of java-gradle-plugin
https://docs.gradle.org/current/userguide/java_gradle_plugin.html
gildor
09/23/2020, 7:32 AM
it creates all required plugin desceriptors
7
Views
Open in Slack
Previous
Next