Consuming plugin.versions file #37
Replies: 1 comment
-
You will have to split up your
And they get combined like this blowdryerSetup {
github 'diffplug/blowdryer-diffplug', 'tag', '7.0.2'
//devLocal '../blowdryer-diffplug'
setPluginsBlockTo {
it.file 'plugin.versions'
it.file 'plugin-kotlin.versions'
}
}
You have to put the indentation in the The blowdryer/src/main/java/com/diffplug/blowdryer/BlowdryerSetup.java Lines 422 to 457 in c6c8056 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I have another query regarding plugin.versions.
So when I compile, my project is expecting the remaining 4 versions as well (which are not needed in this project and I do not wish to add them).
Also , I do not wish to include any configuration to bypass the extra plugins as I've hundreds to repos which will be consuming the plugins.versions file.
I need the below behaviour from plugins.version file:
Define all the plugins from all the repos at one place and when I consume this file in my project, I can define the plugins I need in my settings.xml and the unwanted plugins should not throw any error and will be ignored.
Is it possible? If so, how?
Expectation: (Keep the existing formatting)
Thanks in Advance !
Beta Was this translation helpful? Give feedback.
All reactions