fix: Java 21 for Gradle

This commit is contained in:
2026-04-18 10:30:14 +08:00
parent 963d548389
commit 1beb696830

View File

@@ -3,7 +3,7 @@ FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \
openjdk-17-jdk \
openjdk-21-jdk \
wget \
unzip \
curl \