We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25471f9 commit 0fd49a4Copy full SHA for 0fd49a4
settings.gradle.kts
@@ -21,7 +21,7 @@ plugins {
21
// in particular, these commands are failing (reproducible locally):
22
// ./gradlew :smoke-tests:images:servlet:buildLinuxTestImages pushMatrix -PsmokeTestServer=jetty
23
// ./gradlew :smoke-tests:images:servlet:buildWindowsTestImages pushMatrix -PsmokeTestServer=jetty
24
- id("com.bmuschko.docker-remote-api") version "9.4.0" apply false
+ id("com.bmuschko.docker-remote-api") version "10.0.0" apply false
25
id("com.gradle.develocity") version "4.2.2"
26
}
27
0 commit comments