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 Oct 12, 2022. It is now read-only.
When I try to run credential manager with latest java installed via brew I have the following error:
Error occurred during initialization of boot layer
java.lang.module.FindException: Module jakarta.xml.bind not found
When I try to compile the credential manager from source code I get the following error:
ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project git-credential-manager: Compilation failure: Compilation failure:
[ERROR] Source option 6 is no longer supported. Use 7 or later.
[ERROR] Target option 6 is no longer supported. Use 7 or later.
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.
When I try to run credential manager with latest java installed via brew I have the following error:
Error occurred during initialization of boot layer
java.lang.module.FindException: Module jakarta.xml.bind not found
When I try to compile the credential manager from source code I get the following error:
ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project git-credential-manager: Compilation failure: Compilation failure:
[ERROR] Source option 6 is no longer supported. Use 7 or later.
[ERROR] Target option 6 is no longer supported. Use 7 or later.
The text was updated successfully, but these errors were encountered: