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 30, 2018. It is now read-only.
Gives the classical "your Scala is too old" error:
[ERROR] error: error while loading CharSequence, class file '...CharSequence.class)' is broken
[INFO] (class java.lang.RuntimeException/bad constant pool tag 18 at byte 10)
Which is easy to fix: Update the Scala dependency in the pom.xml to at least 2.10.3+ and Goose compiles with Java 1.8.
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.
Gives the classical "your Scala is too old" error:
Which is easy to fix: Update the Scala dependency in the
pom.xml
to at least 2.10.3+ and Goose compiles with Java 1.8.The text was updated successfully, but these errors were encountered: