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

This commit is contained in:
Alexey Tsvetkov
2023-04-11 14:18:35 +03:00
committed by GitHub
parent 532bb3d6d8
commit bd6513197c

View File

@@ -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