Skip to content

Commit

Permalink
Use JDK 17 for Gradle plugin tests on TC (#3030)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyTsvetkov authored Apr 11, 2023
1 parent 532bb3d commit bd65131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/gradle-plugin-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bd65131

Please sign in to comment.