From 7a7a47e8de0f5baf22f2cb6ee0f4e82721d5de64 Mon Sep 17 00:00:00 2001 From: zhangyuheng Date: Thu, 7 Dec 2023 11:29:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95CI-CD=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index e7ec6fa..b2cccf6 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -13,7 +13,8 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: https://ssl.lunadeer.cn:14446/actions/checkout@v3 + - name: "Pull & Checkout" + uses: https://ssl.lunadeer.cn:14446/actions/checkout@v3 with: fetch-depth: 0 - name: "Set up Maven" @@ -22,7 +23,7 @@ jobs: uses: https://ssl.lunadeer.cn:14446/actions/setup-java@v3 with: java-version: '17' - distribution: 'temurin' + distribution: 'zulu' cache: maven - name: "Build with Maven" run: mvn -B package --file pom.xml