-
Notifications
You must be signed in to change notification settings - Fork 459
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
Palantir Java Format does not work with latest 7.0.0 spotless plugin #2385
Comments
Try |
Tried with
and here is the result with
It works when downgrading to
|
Indeed, that method does not exist! Somehow you have a mismatched set of Spotless jars on your classpath. You should have
Based on the error message, it looks like you have a |
Summary of Problem:
Encountered a NoSuchMethodError when trying to use the palantirJavaFormat() method in the Spotless configuration. The error suggests a version mismatch or compatibility issue between the Spotless plugin and the Palantir Java Format library.
Gradle Version:
8.11.1
Spotless Version:
Using latest.release in the build script, which resolves to the latest stable version at the time of the build.
Operating System and Version: macOS Monterey 12.6
Spotless Configuration Block:
Link to Public Git Repo:
Unfortunately, I do not have a public repository that reproduces the problem at this time.
Console Errors:
The text was updated successfully, but these errors were encountered: