Skip to content

Commit 9bdebbe

Browse files
committed
chore: add jar copying to make package
1 parent 0923ae3 commit 9bdebbe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ install:
88

99
package:
1010
mvn package -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B
11+
cp target/sendgrid-java-$(VERSION)-shaded.jar sendgrid-java.jar
1112

1213
test:
1314
mvn test spotbugs:spotbugs checkstyle:check -Dcheckstyle.config.location=google_checks.xml

0 commit comments

Comments
 (0)