points build.sh at correct mvnw location

parent 4932eef1
#!/bin/bash
(cd spring-cloud-netflix-hystrix-contract && ./mvnw clean install)
(cd spring-cloud-netflix-hystrix-contract && ../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