From 3cba1acf985cce504ca058c32d3c7bc810f7c118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8A=E5=AE=98=E6=98=93=E6=B3=BD?= <15837994614@163.com> Date: Sat, 7 Aug 2021 00:18:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=83=E6=AC=A1=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3c151f6..2948c66 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -16,10 +16,10 @@ jobs: steps: - uses: actions/checkout@master - - name: Set up JDK 8 - uses: actions/setup-java@v2 + - name: Set up JDK 1.8 + uses: actions/setup-java@v1 with: - java-version: '8' + java-version: '1.8' - name: Build with Maven run: mvn -B package --file pom.xml # 通过 Dockerfile 构建镜像