From 5e5e783b98852178007ae31cc93cde9b42242176 Mon Sep 17 00:00:00 2001 From: Chris Cranford Date: Fri, 17 Dec 2021 16:35:30 -0500 Subject: [PATCH] HHH-14986 Use JDK11 with LGTM check --- lgtm.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lgtm.yml diff --git a/lgtm.yml b/lgtm.yml new file mode 100644 index 0000000000..45b8bd248a --- /dev/null +++ b/lgtm.yml @@ -0,0 +1,9 @@ +# 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 \ No newline at end of file