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 Dec 3, 2019. It is now read-only.
Error occurred during initialization of boot layer
java.lang.module.FindException: Unable to derive module descriptor for .../.m2/repository/com/github/mauricio/postgresql-async_2.12/0.2.21/postgresql-async_2.12-0.2.21.jar
Caused by: java.lang.IllegalArgumentException: postgresql.async.2.12: Invalid module name: '2' is not a Java identifier
Is possible to add module declarations (module.info.java) to your JARs or set the Automatic-Module-Name entry in your JAR's manifest?
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 running with Java10 this happens:
Is possible to add module declarations (module.info.java) to your JARs or set the Automatic-Module-Name entry in your JAR's manifest?
The text was updated successfully, but these errors were encountered: