summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJiayu Liu <Jimexist@users.noreply.github.com>2022-09-27 14:06:57 +0800
committerGitHub <noreply@github.com>2022-09-27 14:06:57 +0800
commitf31c588ea3e501bc0b93aa1e297ceb7fc1e35356 (patch)
tree9489bfa8d89f30618bc62858853e46151302ce8f /build
parentc5d0324a79da12559fcf64747da4f0035b3d8816 (diff)
downloadthrift-f31c588ea3e501bc0b93aa1e297ceb7fc1e35356.tar.gz
[build infra] focal to use openjdk 11 instead of 17 to get rid of false errors (#2662)
* java 17 * use --debug for java gradle build * add --debug * update javadoc options within gradle * revert back to jdk 11
Diffstat (limited to 'build')
-rw-r--r--build/docker/ubuntu-focal/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/docker/ubuntu-focal/Dockerfile b/build/docker/ubuntu-focal/Dockerfile
index b35624536..115c2a5e5 100644
--- a/build/docker/ubuntu-focal/Dockerfile
+++ b/build/docker/ubuntu-focal/Dockerfile
@@ -168,7 +168,7 @@ RUN apt-get install -y --no-install-recommends \
ant \
ant-optional \
maven \
- openjdk-17-jdk-headless && \
+ openjdk-11-jdk-headless && \
`# Gradle` \
wget https://services.gradle.org/distributions/gradle-$GRADLE_VERSION-bin.zip -q -O /tmp/gradle-$GRADLE_VERSION-bin.zip && \
(echo "f6b8596b10cce501591e92f229816aa4046424f3b24d771751b06779d58c8ec4 /tmp/gradle-$GRADLE_VERSION-bin.zip" | sha256sum -c -) && \