From c7e74fcaf02f569bb586f8a2cd698c4e5fa2cac3 Mon Sep 17 00:00:00 2001 From: Kyuwon-Choi Date: Wed, 20 Nov 2024 23:42:00 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20distrubution=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 6b4c14c..17ee6d4 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -15,6 +15,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: '17' + distribution: 'temurin' - name: Build with Gradle run: ./gradlew build -x test