petersomogyi commented on code in PR #147:
URL: https://github.com/apache/hbase-connectors/pull/147#discussion_r2238557160
##########
dev-support/jenkins/Dockerfile:
##########
@@ -31,7 +31,7 @@ RUN apt-get -q update && apt-get -q install
--no-install-recommends -y \
###
# Avoid out of memory errors in builds
###
-ENV MAVEN_OPTS -Xmx3g
+ENV MAVEN_OPTS=-Xmx3g
Review Comment:
The build showed a warning for legacy formar.
```
1 warning found (use docker --debug to expand):
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy
"ENV key value" format (line 34)
```
--
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]