Skip to content

Commit a9fab50

Browse files
Merge pull request #30 from quarkiverse/install-lgtm
Install LGTM configuration file
2 parents 904305e + adb8e0f commit a9fab50

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.lgtm.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# LGTM Settings (https://lgtm.com/)
2+
# For reference, see https://lgtm.com/help/lgtm/lgtm.yml-configuration-file
3+
# or template at https://lgtm.com/static/downloads/lgtm.template.yml
4+
5+
extraction:
6+
java:
7+
index:
8+
maven:
9+
version: "3.8.4"
10+
# Specify the Java version required to build the project
11+
java_version: "11"

0 commit comments

Comments
 (0)