From 86d14c3487a9035cc27f0580032031f2756f6801 Mon Sep 17 00:00:00 2001 From: Woody_K Date: Mon, 15 Apr 2024 16:53:30 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20#10=20=EB=B9=8C=EB=93=9C=EC=8B=9C=20?= =?UTF-8?q?=ED=95=84=EC=9A=94=ED=95=9C=20=ED=99=98=EA=B2=BD=EB=B3=80?= =?UTF-8?q?=EC=88=98=20=ED=8F=AC=ED=95=A8=ED=95=98=EC=97=AC=20=EB=B9=8C?= =?UTF-8?q?=EB=93=9C=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 400c903..4cc7867 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -15,3 +15,13 @@ jobs: echo ${{ secrets.SECURE_KEY_MANAGER_CERT_KEY }} > t3team-skm-cert.txt mkdir src/main/resources/key base64 -d t3team-skm-cert.txt > src/main/resources/key/t3team-skm-cert.p12 + + - name: Set up JDK 11 + uses: actions/setup-java@v3 + with: + java-version: '11' + distribution: 'temurin' + cache: maven + + - name: Build with Maven + run: mvn package ${{ secrets.MAVEN_PACKAGE_OPTIONS }}