From 3fffc4db6a3144d9d349f2c6fe34f3ab9a256a1c Mon Sep 17 00:00:00 2001 From: belljun3395 <195850@jnu.ac.kr> Date: Fri, 13 Dec 2024 16:56:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20gradle=20cache=20=EB=AC=B8=EC=A0=9C=20?= =?UTF-8?q?=ED=99=95=EC=9D=B8=EC=9D=84=20=EC=9C=84=ED=95=9C=20=EC=BB=A4?= =?UTF-8?q?=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ecs-dev-cd.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ecs-dev-cd.yml b/.github/workflows/ecs-dev-cd.yml index 29c03df79..785fed519 100644 --- a/.github/workflows/ecs-dev-cd.yml +++ b/.github/workflows/ecs-dev-cd.yml @@ -21,16 +21,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Cache Gradle - uses: actions/cache@v3 - with: - path: | - ~/.gradle/caches - ~/.gradle/wrapper - key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} - restore-keys: | - ${{ runner.os }}-gradle- - - name: Set up JDK 18 uses: actions/setup-java@v3 with: