peterxcli commented on code in PR #10075:
URL: https://github.com/apache/ozone/pull/10075#discussion_r3175919966
##########
.devcontainer/devcontainer.json:
##########
@@ -0,0 +1,29 @@
+{
+ "name": "Apache Ozone (Java 21)",
+ "image": "mcr.microsoft.com/devcontainers/java:21-bookworm",
+ "features": {
+ "ghcr.io/devcontainers/features/java:1": {
+ "version": "none",
+ "installMaven": "true"
+ },
+ "ghcr.io/devcontainers/features/node:1": {
+ "version": "20"
+ },
+ "ghcr.io/devcontainers/features/docker-in-docker:2": {},
+ "ghcr.io/devcontainers/features/github-cli:1": {},
+ },
+ "postCreateCommand": "hadoop-ozone/dev-support/checks/build.sh -Pdist -Psrc
-Dmaven.javadoc.skip=true",
Review Comment:
Oh, looks great, thanks for the correction and explanation.
--
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]