Skip to content

Commit

Permalink
Disable Gradle Build Cache (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed May 25, 2023
1 parent b234959 commit 99fdec5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/ci-gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ kotlin.compiler.execution.strategy=in-process
# If you want to treat warnings as errors locally, set this property to true
# in your ~/.gradle/gradle.properties file.
warningsAsErrors=false

# Disable Gradle Build Cache (temporary)
org.gradle.caching=false
4 changes: 4 additions & 0 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
# Disable Gradle Cache (temporary)
cache-disabled: true
gradle-home-cache-excludes: caches

- name: Check spotless
run: ./gradlew spotlessCheck --init-script gradle/init.gradle.kts --no-configuration-cache
Expand Down

0 comments on commit 99fdec5

Please sign in to comment.