Skip to content

Commit

Permalink
try disable gradle cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jjiwooLim committed Oct 6, 2023
1 parent 9f7802d commit cb0d8d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: |
Expand Down Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit cb0d8d9

Please sign in to comment.