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

Integration tests are failing after Gradle upgrade from 5.6.1 to 6.8.3 #210

Open premsagarbhamidipati opened 3 months ago

premsagarbhamidipati commented 3 months ago

Integration tests are failing after Gradle upgrade to 6.8.3. buildscript { repositories {

} dependencies { classpath("com.bmuschko:gradle-cargo-plugin:2.6.1") } }

bmuschko commented 1 month ago

Can you clarify which integration tests you are referring to?