Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b919d9b525
1
pom.xml
1
pom.xml
|
@ -331,6 +331,7 @@
|
||||||
<excludes>
|
<excludes>
|
||||||
<!-- These are auto-generated files that will exceed the JVM limit on file size.
|
<!-- These are auto-generated files that will exceed the JVM limit on file size.
|
||||||
If these are not excluded, Jacoco complains and won't run the validator tests. -->
|
If these are not excluded, Jacoco complains and won't run the validator tests. -->
|
||||||
|
<exclude>org/hl7/fhir/r5/terminologies/JurisdictionUtilities</exclude>
|
||||||
<exclude>org/hl7/fhir/r5/formats/JsonParser</exclude>
|
<exclude>org/hl7/fhir/r5/formats/JsonParser</exclude>
|
||||||
<exclude>org/hl7/fhir/r5/formats/XmlParser</exclude>
|
<exclude>org/hl7/fhir/r5/formats/XmlParser</exclude>
|
||||||
<exclude>org/hl7/fhir/r4b/formats/JsonParser</exclude>
|
<exclude>org/hl7/fhir/r4b/formats/JsonParser</exclude>
|
||||||
|
|
|
@ -12,6 +12,7 @@ jobs:
|
||||||
currentImage: ${{image.name}}
|
currentImage: ${{image.name}}
|
||||||
codecov: $(CODECOV_TOKEN)
|
codecov: $(CODECOV_TOKEN)
|
||||||
VERSION:
|
VERSION:
|
||||||
|
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Runs 'mvn clean install'
|
# Runs 'mvn clean install'
|
||||||
|
|
|
@ -14,5 +14,5 @@ jobs:
|
||||||
jdkVersions: [ '1.11', '1.17']
|
jdkVersions: [ '1.11', '1.17']
|
||||||
- name: macos-latest
|
- name: macos-latest
|
||||||
jdkVersions: [ '1.11', '1.17']
|
jdkVersions: [ '1.11', '1.17']
|
||||||
- name: windows-2019
|
- name: windows-latest
|
||||||
jdkVersions: [ '1.11', '1.17']
|
jdkVersions: [ '1.11', '1.17']
|
Loading…
Reference in New Issue