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 39c521d commit b08160aCopy full SHA for b08160a
.github/workflows/codeql.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Setup Gradle
41
uses: gradle/gradle-build-action@v3
42
- name: Build with Gradle
43
- run: ./gradlew build --no-daemon
+ run: ./gradlew -Dorg.jetbrains.intellij.platform.downloadSources=false build --no-daemon
44
45
- name: Perform CodeQL Analysis
46
uses: github/codeql-action/analyze@v3
0 commit comments