kirklund commented on pull request #7543:
URL: https://github.com/apache/geode/pull/7543#issuecomment-1086168533
Build fails with:
```
> Task :geode-assembly:compileAcceptanceTestJava
/home/geode/geode/geode-assembly/src/acceptanceTest/java/org/apache/geode/rules/DockerComposeRule.java:186:
warning: [deprecation] getExitCode() in InspectExecResponse has been deprecated
return (long)
dockerClient.inspectExecCmd(execCreateCmdResponse.getId()).exec().getExitCode();
^
error: warnings found and -Werror specified
1 error
1 warning
```
--
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]