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 was 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.
Gives the classical "your Scala is too old" error:
Which is easy to fix: Update the Scala dependency in the
pom.xmlto at least 2.10.3+ and Goose compiles with Java 1.8.