Skip to content

Commit

Permalink
config Setup Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayacco committed Nov 17, 2024
1 parent 8b2753f commit ba3ca8e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
cache-write-only: false
cache-read-only: false
cache-disabled: true

# Set environment variables
- name: Export Properties
Expand Down Expand Up @@ -118,6 +121,9 @@ jobs:
uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
cache-write-only: false
cache-read-only: false
cache-disabled: true

# Run tests
- name: Run Tests
Expand Down Expand Up @@ -202,6 +208,9 @@ jobs:
uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
cache-write-only: false
cache-read-only: false
cache-disabled: true

# Cache Plugin Verifier IDEs
- name: Setup Plugin Verifier IDEs Cache
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
cache-write-only: false
cache-read-only: false
cache-disabled: true

# Set environment variables
- name: Export Properties
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/run-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
cache-write-only: false
cache-read-only: false
cache-disabled: true

# Run IDEA prepared for UI testing
- name: Run IDE
Expand Down

0 comments on commit ba3ca8e

Please sign in to comment.