Skip to content

Commit fdaecdc

Browse files
author
childish-sambino
authored
fix: update Makefile target
1 parent e7a5927 commit fdaecdc

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
@@ -4,7 +4,7 @@ VERSION := $(shell mvn help:evaluate -Dexpression=project.version | grep -e '^[^
44
install:
55
@java -version || (echo "Java is not installed, please install Java >= 7"; exit 1);
66
mvn clean install -DskipTests=true -Dgpg.skip -B
7-
cp target/java-http-client-$(VERSION).jar java-http-client.jar
7+
cp target/java-http-client-$(VERSION).jar java-http-client.jar
88

99
test:
1010
mvn test

0 commit comments

Comments
 (0)