From 24286aaaf53b9d8f815b2f9736c034664135c721 Mon Sep 17 00:00:00 2001 From: ARRENZHANG <82495933+ARRENZHANG@users.noreply.github.com> Date: Tue, 16 Jul 2024 12:43:00 +0800 Subject: [PATCH] Update ant.yml --- .github/workflows/ant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index e4720e8..e8336e3 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -19,7 +19,7 @@ jobs: - name: Set up JDK 11 uses: actions/setup-java@v3 with: - java-version: '1.8' + java-version: '11' distribution: 'temurin' - name: Build with Ant run: ant -noinput -buildfile build.xml