Skip to content

Commit

Permalink
fix(ci): update openjdk 17 install in containers (#5259)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja authored and omercier committed Oct 28, 2024
1 parent 675b1d2 commit 0818cc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dnf install -y \
git \
wget \
zstd \
https://download.oracle.com/java/17/latest/jdk-17_linux-x64_bin.rpm
java-17-openjdk-devel

cd /usr/local/src
wget https://dlcdn.apache.org/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dnf install -y \
git \
wget \
zstd \
https://download.oracle.com/java/17/latest/jdk-17_linux-x64_bin.rpm
java-17-openjdk-devel

cd /usr/local/src
wget https://dlcdn.apache.org/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz
Expand Down

0 comments on commit 0818cc0

Please sign in to comment.