10 lines
429 B
YAML
10 lines
429 B
YAML
# LGTM Settings (https://lgtm.com/)
|
|
# For reference, see https://lgtm.com/help/lgtm/lgtm.yml-configuration-file
|
|
# or template at https://lgtm.com/static/downloads/lgtm.template.yml
|
|
|
|
extraction:
|
|
java:
|
|
index:
|
|
# Specify the Java version required to build the project
|
|
java_version: 11
|
|
# build_command: ./gradlew -S -Dorg.gradle.java.home=/usr/lib/jvm/java-11-openjdk-amd64 --max-workers=1 --no-scan testClasses |