Skip to content

Commit 9a391eb

Browse files
committed
Disable build cache during gradle build
1 parent dfc06b4 commit 9a391eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Grant execute permission for gradlew
8080
run: chmod +x gradlew
8181
- name: Build with Gradle
82-
run: ./gradlew build
82+
run: ./gradlew --no-build-cache build
8383

8484
- name: Perform CodeQL Analysis
8585
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)