You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,12 @@ jobs:
73
73
74
74
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
75
75
# queries: security-extended,security-and-quality
76
-
76
+
- if: matrix.language == 'java-kotlin'
77
+
name: Build the code with Gradle
78
+
run: ./gradlew buildPlugin
79
+
env:
80
+
ORG_GRADLE_OPTS: "-Xmx4096m"# Hier setzen Sie die Umgebungsvariable
81
+
77
82
# If the analyze step fails for one of the languages you are analyzing with
78
83
# "We were unable to automatically build your code", modify the matrix above
79
84
# to set the build mode to "manual" for that language. Then modify this step
0 commit comments