Join Slack
Powered by
Hi what's the correct way of applying a plugg in t...
# gradle
e
Eivind
01/29/2021, 7:16 AM
Hi what's the correct way of applying a plugg in to all projects that has another pluggin. 'pmd' pluggin to all that has 'java'. Currently trying in the allprojects block of my root gradle file.
j
jbnizet
01/29/2021, 8:04 AM
Using conventions plugins:
https://docs.gradle.org/current/samples/sample_convention_plugins.html
e
Eivind
01/29/2021, 9:51 AM
Thanks 😊
4
Views
Open in Slack
Previous
Next