-
Notifications
You must be signed in to change notification settings - Fork 461
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Running :spotlessCheck on Spotless no longer causes it to crash.
- Loading branch information
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e3ec14f
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.
Looks great, but I don't think gradle is sensitive to
\
vs/
.e3ec14f
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.
Ah okay, thanks for the tip @nedtwigg. I'll quickly implement a shortened version now then.
Unfortunately, as I just posted in #31 (comment), it seems my "fix" here doesn't actually work! So I'll investigate this some other time, not now as it's bedtime for me. :)
e3ec14f
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.
Sounds good. I think this change was still a good idea for performance, even if it doesn't fix the problem you were trying to fix.
e3ec14f
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.
Ah yes, okay, I see. In that case I'll bring back the relevant parts of this commit then. :)