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
Build e.g. ./gradlew build
Then the following error occurs:
Execution failed for task ':shadowJar'.
> org/vafer/jdependency/Clazzpath has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
If minimize() is commented out it builds as expected.
Anything else?
This error looks related with #814 but maybe not exactly the same. When switching to jdk21 as default jdk, minimize() doesn't give any error.
The text was updated successfully, but these errors were encountered:
Expected and Results
call shadowJar task with minimize() without errors.
Related environent and versions
Gradle 8.6
shadow 8.3.5
Installed JDKs
openjdk 8 - default
openjdk 21
Reproduction steps
Then the following error occurs:
If minimize() is commented out it builds as expected.
Anything else?
This error looks related with #814 but maybe not exactly the same. When switching to jdk21 as default jdk, minimize() doesn't give any error.
The text was updated successfully, but these errors were encountered: