forked from gradle/gradle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add .lgtm.yml to control how Gradle is built by LGTM.com
LGTM.com passively executes the Gradle/Gradle build to do CodeQL database building. This file allows us to control how that is built
- Loading branch information
1 parent
fc7ea24
commit 7682ca3
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# This is used to configure the LGTM.com website's build of Gradle/Gradle | ||
# This happens passively without any explict configuration against our repository. | ||
# See: https://lgtm.com/projects/g/gradle/gradle | ||
|
||
extraction: | ||
java: | ||
index: | ||
java_version: "11" | ||
build_command: ./gradlew --init-script .github/workflows/codeql-analysis.init.gradle -S -Dorg.gradle.java.home=/usr/lib/jvm/java-11-openjdk-amd64 --max-workers=1 --no-scan testClasses |