From 183f0617905f3fa3f3bae20756fd60080029543c Mon Sep 17 00:00:00 2001 From: coco3x Date: Mon, 28 Oct 2024 18:32:19 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20ci=20=EB=A1=9C=EC=A7=81=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 902a065..8430d22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: uses: actions/setup-java@v2 with: java-version: '17' + distribution: 'temurin' - name: Run Tests run: ./gradlew test \ No newline at end of file