-
Notifications
You must be signed in to change notification settings - Fork 644
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
java.lang.Character cannot be cast to java.lang.Integer when using -X flag on docker:build #873
Comments
Sound like a bug indeed. I'm going to fix that but are currently very busy. A PR is highly welcome. |
This bug still exists and I see it occurring on 0.26.0 version as well. |
Sorry, looks like an issue with in the ANSI logger. If you switch of ansi output, this should help as a workaround (set I'm trying to investigate this issue asap (though no promises, super loaded these days ..) |
Fixed with #1039 |
Description
I had some problem with a docker:build hanging, so I tried to use -X flag:
mvn -X docker:build
And I got the following exception (and maven terminated):
Then I shortened my Dockerfile until docker:build executed successfully (without -X flag).
Adding however again the -X flag caused the same error.
mvn -v
) : Apache Maven 3.5.0my configuration
The text was updated successfully, but these errors were encountered: