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
{{ message }}
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
Use Java 17 as default to compile and run EthSigner code. EthSigner uses Besu's Metrics service as a dependency which is now compiled in Java 17 and cannot be used with EthSigner when later is compiled using Java 11.
Tasks:
Update gradle build file and update warning that Java 17 and upward can only be used for compilation
Remove jdk11 docker image and distDocker logic in gradle build file
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Use Java 17 as default to compile and run EthSigner code. EthSigner uses Besu's Metrics service as a dependency which is now compiled in Java 17 and cannot be used with EthSigner when later is compiled using Java 11.
Tasks:
Update gradle build file and update warning that Java 17 and upward can only be used for compilation
Remove jdk11 docker image and distDocker logic in gradle build file
The text was updated successfully, but these errors were encountered: