bmuschko / gradle-cargo-plugin

Gradle plugin that provides deployment capabilities to local and remote containers via Cargo
Apache License 2.0
258 stars 61 forks source link

Adding sharedClasspath and extraClasspath support for local containers. #77

Closed rbolkey closed 10 years ago

rbolkey commented 10 years ago

I needed access to the sharedClasspath and extraClasspath properties on CargoTask. They appear to be only available for local containers (see SpawnedContainer). It's working for me locally, and I enhanced the README to document them. Continued thanks for the good work!

bmuschko commented 10 years ago

Thanks for your contribution. It has been merged and a new version was published.