From ce125c97009342bdc034fd7916ce1aa90e170318 Mon Sep 17 00:00:00 2001 From: Woongbin06 Date: Tue, 16 Apr 2024 15:12:57 +0900 Subject: [PATCH] =?UTF-8?q?fix(github)=20:=20CD=20=EC=9E=90=EB=B0=94=20?= =?UTF-8?q?=EB=B2=84=EC=A0=84=2021=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 838ba1c..dc965ef 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -16,14 +16,14 @@ jobs: - name: Set up JDK 21 uses: actions/setup-java@v4 with: - java-version: '17' + java-version: '21' distribution: 'temurin' - name: Setup Gradle uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 - name: Build with Gradle Wrapper - run: ./gradlew build + run: ./gradlew clean build -x test - name: Deploy to server uses: appleboy/scp-action@master