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
The profile jdk8 makes it hard to use this parent with JDK21, as for anything matching [1.8,] the version 2.43.0 (from main properties) is downgraded back to 2.30.0).
The result is
Error: Failed to execute goal com.diffplug.spotless:spotless-maven-plugin:2.30.0:check (spotless-check) on project idlj-maven-plugin: Execution spotless-check of goal com.diffplug.spotless:spotless-maven-plugin:2.30.0:check failed: An API incompatibility was encountered while executing com.diffplug.spotless:spotless-maven-plugin:2.30.0:check: java.lang.NoSuchMethodError: 'com.sun.tools.javac.tree.JCTree com.sun.tools.javac.tree.JCTree$JCImport.getQualifiedIdentifier()'
The text was updated successfully, but these errors were encountered:
pzygielo
changed the title
The profile `jdk8' makes it hard to use this parent with JDK21
The profile jdk8 makes it hard to use this parent with JDK21
Feb 21, 2024
The profile
jdk8
makes it hard to use this parent with JDK21, as for anything matching[1.8,]
the version 2.43.0 (from main properties) is downgraded back to 2.30.0).The result is
Originally posted by @pzygielo in #473 (comment)
The text was updated successfully, but these errors were encountered: