We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f426dc0 commit c5efec3Copy full SHA for c5efec3
Makefile
@@ -53,7 +53,7 @@ build-FHIRValidatorNHSDigitalLegacy: download-dependencies
53
build-FHIRValidatorNHSDigitalCurrent: download-dependencies
54
mvn clean package -Pcurrent -Dmaven.test.skip=true
55
mkdir -p $(ARTIFACTS_DIR)/lib
56
- cp ./target/FHIRValidator-legacy.jar $(ARTIFACTS_DIR)/lib/
+ cp ./target/FHIRValidator-current.jar $(ARTIFACTS_DIR)/lib/
57
58
check-licenses: check-licenses-python check-licenses-java
59
0 commit comments