mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
* Search narrowing tweaks * Search narrowing tweaks * Test * Test fixes * Try to fix LGTM * Add license headers * Test fixes * Test fixes
11 lines
200 B
YAML
11 lines
200 B
YAML
# Don't run the tests when doing LGTM analysis
|
|
extraction:
|
|
java:
|
|
index:
|
|
java_version: 11
|
|
maven:
|
|
version: 3.8.4
|
|
build_command:
|
|
- mvn -Dmaven.test.skip install
|
|
|