Skip to content

Commit b08160a

Browse files
committed
Update codeql.yml
1 parent 39c521d commit b08160a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Gradle
4141
uses: gradle/gradle-build-action@v3
4242
- name: Build with Gradle
43-
run: ./gradlew build --no-daemon
43+
run: ./gradlew -Dorg.jetbrains.intellij.platform.downloadSources=false build --no-daemon
4444

4545
- name: Perform CodeQL Analysis
4646
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)