-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Null pointer exception with 2.0.0 #128
Comments
Does it work with the previous version of the plugin? |
Also could you provide Java version? |
Yes it works with the previous version of the plugin. This happens with openjdk 11.0.10. |
Also getting this with OpenJDK 14.0.1 (targetting Java 8), previous version of the plugin worked just fine |
same here |
Fixed, looks like something has changed in Maven Artifact resolution logic. |
2.0.1 is out, have fun! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried upgrarding to 2.0.0 but got the following exception when packaging:
You can reproduce this with
mvn package -DskipTests=true
on this Dependabot PR: OpenRefine/OpenRefine#3743The text was updated successfully, but these errors were encountered: