We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e93f7 commit 42b00f0Copy full SHA for 42b00f0
.github/workflows/codeql-analysis.yml
@@ -40,8 +40,10 @@ jobs:
40
- name: Build
41
run: >
42
./gradlew
43
+ --no-daemon
44
+ --no-build-cache
45
-Porg.gradle.java.installations.fromEnv=JAVA_HOME_${{ env.JDK_VERSION_OLDEST }}_X64,JAVA_HOME_${{ env.JDK_VERSION_LATEST }}_X64
- assemble check -x :doma-processor:check
46
+ clean assemble check -x :doma-processor:check
47
48
- name: Upload reports
49
if: failure()
0 commit comments