HHH-14986 Introduce custom build_command
This commit is contained in:
parent
5e5e783b98
commit
9be679bfee
1
lgtm.yml
1
lgtm.yml
|
@ -7,3 +7,4 @@ extraction:
|
||||||
index:
|
index:
|
||||||
# Specify the Java version required to build the project
|
# Specify the Java version required to build the project
|
||||||
java_version: 11
|
java_version: 11
|
||||||
|
build_command: ./gradlew -S -Dorg.gradle.java.home=/usr/lib/jvm/java-11-openjdk-amd64 --max-workers=1 --no-scan testClasses
|
Loading…
Reference in New Issue