You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created a PR that upgrades spotless and adds a few defaults to the auto-generated gradle.properties (you'll have to wipe your local copy to work with JDK16 or add these changes manually).
This is because of spotless trying to access internal APIs - can be worked around by opening them [1].
There is also an odd warning/ error about a deprecated constructor (singleton new Long(0)). I didn't look at it.
[1] diffplug/spotless#834 (comment)
Migrated from LUCENE-10066 by Dawid Weiss (@dweiss), resolved Aug 26 2021
Linked issues:
The text was updated successfully, but these errors were encountered: