mirror of
https://github.com/spring-cloud/spring-cloud-netflix.git
synced 2026-09-17 15:49:00 +00:00
5 lines
102 B
Bash
Executable File
5 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
|
|
(cd spring-cloud-netflix-hystrix-contract && ../mvnw clean install)
|
|
./mvnw clean install
|