-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails with NoSuchFieldError: EOF_TOKEN #24
Comments
Also pin antlr-runtime to 3.2. This makes the build sucessful again.
- pin antlr-runtime to 3.2. - use cache in github actions This makes the build sucessful again.
It seems the actually reproducible problem is the resolution of the metafacture-core RC dependency itself (I don't get the As far as I understand, the root problem is that since the switch to the RC (which is published on GitHub Packages, not Central) Fix now has a transitive dependency that can only be resolved from GitHub Packages. There seems to be an sbt plugin, but not for our versions of sbt and Scala. |
What did you not like about e4f76b3 ? It seems to me more future proof, as it uses newer mf dependencies. |
Ah - you also commented at #25 (comment) which I saw too late. |
Similiar as hbz/rpb#24 where the build breaks with "NoSuchFieldError: EOF_TOKEN".
- exclude conflicting dependency Similiar as hbz/rpb#24 where the build breaks with "NoSuchFieldError: EOF_TOKEN".
Since metafix 0.4.0-SNAPSHOT uses rc versions of metafacture-core the build fails with:
Relates to metafacture/metafacture-fix#266.
The text was updated successfully, but these errors were encountered: