-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 483 #519
Conversation
To be solved with next WTP upgrade.
@nedtwigg Please have a look at the mechanism to activate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks excellent to me. It looks to me like there are only two small behavior changes, which I noted as comments below. Neither is a problem, just wanted to call attention to them.
One other small thing is that Goomph had some deprecations in the latest version 3.21.0
- main thing is renaming com.diffplug.gradle.blah
to com.diffplug.blah
. Might want to incorporate that version bump into this PR.
@nedtwigg Please have a quick look at last comments and changes. I would prefer a squashed merge, since all changes are just related to build clean-up. |
Looks great, I'll let you make a call re: UTF-8 above, then you can squash and merge :) |
@nedtwigg Sorry, was sleeping. Missed that the PR title is used as comment. Think the only way back is an amend and forced push, isn't it? |
Correct, but I think it's fine :) |
Proposed fix for #483.
The changes remove duplication in the Spotless build scripts.
_ext
is build with Gradle 6 like the rest of the Spotless projects.The
_ext
projects become sub-projects of the Spotless root project, but are deactivated by default.The
_ext
projects are activated by root project properties which allow activation by command line as well as per usergradle.properties
.The changes additionally contain: