forked from Netflix/Hystrix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using gradle-template version of provided, fixing deps missing once p…
…rovided was done Conflicts: hystrix-contrib/hystrix-metrics-event-stream/build.gradle
- Loading branch information
Justin Ryan
committed
Dec 14, 2012
1 parent
da57e54
commit a4662be
Showing
3 changed files
with
5 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
apply plugin: 'java' | ||
dependencies { | ||
compile project(':hystrix-core') | ||
provided 'junit:junit:4.10' | ||
} | ||
|
||
task(runDemo, dependsOn: 'classes', type: JavaExec) { | ||
main = 'com.netflix.hystrix.examples.demo.HystrixCommandDemo' | ||
classpath = sourceSets.main.runtimeClasspath | ||
} | ||
} | ||
|