Skip to content

Commit

Permalink
Change JDK version differently
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Nov 22, 2023
1 parent e2a0829 commit 710cdc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ GCC_VERSION=""
GO=1.19.13
STATICCHECK=v0.4.5
HDFS=3.2.1
JDK=17
JDK=8
KARTOTHEK=latest
# LLVM 12 and GCC 11 reports -Wmismatched-new-delete.
LLVM=14
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,8 @@ services:
args:
repo: ${REPO}
arch: ${ARCH}
jdk: ${JDK}
# Use a newer JDK as it seems to improve stability
jdk: 17
# conda-forge doesn't have 3.5.4 so pinning explicitly, but this should
# be set to ${MAVEN}
maven: 3.5
Expand Down

0 comments on commit 710cdc2

Please sign in to comment.