tkobayas commented on PR #5590: URL: https://github.com/apache/incubator-kie-drools/pull/5590#issuecomment-1827085866
Reproduced the error ``` 2023-11-27T03:01:52.3028049Z [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile) on project drools-decisiontables: Error while storing the mojo status: Input length = 1 -> [Help 1] 2023-11-27T03:01:52.3030138Z org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile) on project drools-decisiontables: Error while storing the mojo status ... 2023-11-27T03:01:52.3078236Z Caused by: java.nio.charset.UnmappableCharacterException: Input length = 1 2023-11-27T03:01:52.3078889Z at java.nio.charset.CoderResult.throwException (CoderResult.java:275) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
