We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817ba72 commit ed67d18Copy full SHA for ed67d18
.gitpod/Dockerfile
@@ -1,6 +1,6 @@
1
FROM gitpod/workspace-full:latest
2
ARG JAVA_VERSION=21.0.6-tem
3
-ARG MAVEN_VERSION=3.9.9
+ARG MAVEN_VERSION=3.9.10
4
# Install Java 21, Maven and GitHub CLI
5
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && \
6
sdk install java ${JAVA_VERSION} && \
0 commit comments