Revision 0b02bd410de841b30ece27ee1697f670ae326c2a authored by Kevin Dougan on 16 March 2023, 22:36:39 UTC, committed by Kevin Dougan on 16 March 2023, 22:36:39 UTC
1 parent 5a6282b
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