hibernate-orm/lgtm.yml

10 lines
429 B
YAML
Raw Normal View History

2021-12-17 16:35:30 -05:00
# 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
2021-12-18 05:36:25 -05:00
# build_command: ./gradlew -S -Dorg.gradle.java.home=/usr/lib/jvm/java-11-openjdk-amd64 --max-workers=1 --no-scan testClasses