Revision 137d5389a014a596c8e12843e563ad43bb41c303 authored by Luke deGruchy on 23 February 2023, 20:44:37 UTC, committed by Luke deGruchy on 23 February 2023, 20:44:37 UTC
1 parent 88c4237
Raw File
lgtm.yml
# Don't run the tests when doing LGTM analysis
extraction:
  java:
    index:
      java_version: 11
      maven: 
        version: 3.8.4
      build_command:
         - mvn -P LGTM -Dmaven.test.skip install

back to top