Skip to content

Commit c5efec3

Browse files
committed
correct build
1 parent f426dc0 commit c5efec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ build-FHIRValidatorNHSDigitalLegacy: download-dependencies
5353
build-FHIRValidatorNHSDigitalCurrent: download-dependencies
5454
mvn clean package -Pcurrent -Dmaven.test.skip=true
5555
mkdir -p $(ARTIFACTS_DIR)/lib
56-
cp ./target/FHIRValidator-legacy.jar $(ARTIFACTS_DIR)/lib/
56+
cp ./target/FHIRValidator-current.jar $(ARTIFACTS_DIR)/lib/
5757

5858
check-licenses: check-licenses-python check-licenses-java
5959

0 commit comments

Comments
 (0)