Skip to content

Commit 664cbdf

Browse files
committed
Temporarily revert to "dlcdn" for maven to get Linux checks working again
1 parent 804ef96 commit 664cbdf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

buildscripts/grpc-java-artifacts/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN curl -Ls https://github.com/Kitware/CMake/releases/download/v3.26.3/cmake-3.
3131
tar xz -C /var/local
3232

3333
# Install Maven
34-
RUN curl -Ls https://archive.apache.org/dist/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz | \
34+
RUN curl -Ls https://dlcdn.apache.org/maven/maven-3/3.8.9/binaries/apache-maven-3.8.9-bin.tar.gz | \
3535
tar xz -C /var/local
36-
ENV PATH /var/local/cmake-3.26.3-linux-x86_64/bin:/var/local/apache-maven-3.8.8/bin:$PATH
36+
ENV PATH /var/local/cmake-3.26.3-linux-x86_64/bin:/var/local/apache-maven-3.8.9/bin:$PATH
3737

0 commit comments

Comments
 (0)