HHH-14986 Introduce custom build_command

This commit is contained in:
Chris Cranford 2021-12-17 17:27:03 -05:00 committed by Steve Ebersole
parent 5e5e783b98
commit 9be679bfee
1 changed files with 2 additions and 1 deletions

View File

@ -6,4 +6,5 @@ extraction:
java:
index:
# 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