bmuschko / gradle-cargo-plugin

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

Upgrade Plugin to be compatible with Gradle 5.1.1 #183

Closed jutoft closed 5 years ago

jutoft commented 5 years ago

Gradle 5.1.1 adds a timeout property for tasks, currently the timeout for a container collide with that property.

bmuschko commented 5 years ago

You can go ahead and make the change. Let's not use any other Gradle 5 features yet as it will require consumers of the plugin to upgrade.