From 910edfa663bf1efce0aa0168701f4cda781d1365 Mon Sep 17 00:00:00 2001 From: Jinsu Lee <89302172+Relaxed-Mind@users.noreply.github.com> Date: Thu, 2 Nov 2023 23:20:43 +0900 Subject: [PATCH] refactor: add java version main workflow #2 --- .github/workflows/mainWorkflow.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/mainWorkflow.yml b/.github/workflows/mainWorkflow.yml index ec11558..935fc71 100644 --- a/.github/workflows/mainWorkflow.yml +++ b/.github/workflows/mainWorkflow.yml @@ -10,6 +10,13 @@ jobs: - name: 저장소 Checkout uses: actions/checkout@v3 + # Java 17 세팅 + - name: Set up JDK 17 + uses: actions/setup-java@v3 + with: + java-version: '17' + distribution: 'temurin' + ## create .yml - name: make application.yml run: |