Files
2021-11-17 20:52:06 +01:00

7 lines
148 B
Bash
Executable File

#!/bin/bash
set -o errexit
(cd spring-cloud-netflix-hystrix-contract && ../mvnw clean install -B -Pdocs ${@})
./mvnw clean install -B -Pdocs ${@}