From cb0d8d96db5a7dafa590871d7c4df5ddb1317e3e Mon Sep 17 00:00:00 2001 From: jjiwooLim Date: Fri, 6 Oct 2023 13:25:37 -0400 Subject: [PATCH] try disable gradle cache --- .github/workflows/gradle.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index d6bdcaea..9be38b31 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -35,7 +35,7 @@ jobs: with: distribution: 'adopt' java-version: ${{ matrix.java }} - cache: 'gradle' +# cache: 'gradle' - name: Checkout ci.common uses: actions/checkout@v3 with: @@ -61,8 +61,8 @@ jobs: ~/.gradle/caches ~/.gradle/wrapper key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} - restore-keys: | - ${{ runner.os }}-gradle- +# restore-keys: | +# ${{ runner.os }}-gradle- # Install dependencies - name: Install ci.ant and ci.common run: | @@ -115,7 +115,7 @@ jobs: with: distribution: 'adopt' java-version: ${{ matrix.java }} - cache: 'gradle' +# cache: 'gradle' # Moving and cloning to C: drive for Windows for more disk space - name: Clone ci.ant, ci.common, ci.gradle repos to C drive run: | @@ -136,8 +136,8 @@ jobs: ~/.gradle/caches ~/.gradle/wrapper key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} - restore-keys: | - ${{ runner.os }}-gradle- +# restore-keys: | +# ${{ runner.os }}-gradle- # Install ci.ant - name: Install ci.ant working-directory: C:/ci.ant