IBMStreams / streamsx.health

(Incubation) Streams Healthcare Analytics Platform - To enable and inspire the next generation healthcare solutions
https://github.com/IBMStreams/streamsx.health/wiki
Apache License 2.0
41 stars 34 forks source link

Need gradle target that download dependencies and not build #73

Open chanskw opened 7 years ago

chanskw commented 7 years ago

Need a target that download dependencies so we can import projects into Studio and not have the build happen.

cancilla commented 7 years ago

Try adding the 'eclipse' plugin to the build.gradle file:

apply plugin: 'eclipse'

Then from the command-line, run gradle eclipse. This will add all of the JAR dependencies to the .classpath file.