java.lang.NoSuchMethodError: 'com.sun.tools.javac.tree.JCTree com.sun.tools.javac.tree.JCTree$JCImport.getQualifiedIdentifier()' #1888
Closed
neha-gupta11
started this conversation in
General
Replies: 1 comment
-
I tired updating the 'palantir' version to 2.38.0, using my build.gradle but it failed as it is strictly set in > PalantirJavaFormatStep. |
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
-
We want to upgrade java version for our project, jdk 21 and gradle 8.4. We are using spotless as one of our gradle tasks to format our code and do the basic sanity for the repo.
we are using spotless version:
spotless-plugin-gradle: 6.22.0
When we try to build our repo, it is giving below error.
Beta Was this translation helpful? Give feedback.
All reactions