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.
classes
1 parent a96aa09 commit 7c7831aCopy full SHA for 7c7831a
.github/workflows/codeql.yml
@@ -81,7 +81,7 @@ jobs:
81
# Now that an explicit java version has been set, use it
82
if: matrix.language == 'java-kotlin'
83
run: |
84
- ./gradlew -p plugin --no-daemon --no-build-cache --console=plain --no-configuration-cache -x test -x check
+ ./plugin/gradlew -p ./plugin classes --no-daemon --no-build-cache --console=plain --no-configuration-cache -x test -x check
85
86
- name: Perform CodeQL Analysis
87
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
0 commit comments