diff --git a/build.gradle b/build.gradle index e5dcc0f818..724ea70799 100644 --- a/build.gradle +++ b/build.gradle @@ -183,7 +183,7 @@ buildscript { // Capsule gradle plugin forked and maintained locally to support Gradle 5.x // See https://github.com/corda/gradle-capsule-plugin classpath "us.kirchmeier:gradle-capsule-plugin:1.0.4_r3" - classpath group: "com.r3.testing", name: "gradle-distributed-testing-plugin", version: "1.2-LOCAL-SNAPSHOT", changing: true + classpath group: "com.r3.testing", name: "gradle-distributed-testing-plugin", version: "1.2-LOCAL-K8s-SNAPSHOT", changing: true classpath "com.bmuschko:gradle-docker-plugin:5.0.0" } }