Unverified Commit db3a412c by Ryan Baxter Committed by GitHub

Fixing command to run maven

parent 202f9687
#!/bin/bash #!/bin/bash
(cd spring-cloud-netflix-hystrix-contract && ./mvnw clean install) (cd spring-cloud-netflix-hystrix-contract && ../mvnw clean install)
./mvnw clean install ./mvnw clean install
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment