Skip to content

Commit

Permalink
Move disable gradle config cache so it occurs before gradle assemble
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarker-dev committed Feb 13, 2025
1 parent df2139e commit c1f4df7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/snyk-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
with:
gradle-version: wrapper

- name: Compile
run: ./gradlew assemble

- name: Disable Gradle Configuration Cache
run: sed -i 's/^org.gradle.configuration-cache=.*$/org.gradle.configuration-cache=false/' gradle.properties

- name: Compile
run: ./gradlew assemble

- name: Setup NodeJS
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
Expand Down

0 comments on commit c1f4df7

Please sign in to comment.