Browse Source

Use JDK 17 for Gradle plugin tests on TC (#3030)

pull/3031/head
Alexey Tsvetkov 1 year ago committed by GitHub
parent
commit
bd6513197c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ci/docker/gradle-plugin-tests/Dockerfile

2
ci/docker/gradle-plugin-tests/Dockerfile

@ -8,4 +8,4 @@ RUN apt-get update -y && \
apt-get install dpkg-dev --no-install-recommends -y && \
apt-get install libgl-dev --no-install-recommends -y
ENV PATH="/usr/lib/x86_64-linux-gnu/:$PATH"
RUN apt-get install openjdk-16-jdk --no-install-recommends -y
RUN apt-get install openjdk-17-jdk --no-install-recommends -y

Loading…
Cancel
Save