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 446d9a2 commit 93444e4Copy full SHA for 93444e4
settings.gradle.kts
@@ -20,7 +20,7 @@ plugins {
20
// in particular, these commands are failing (reproducible locally):
21
// ./gradlew :smoke-tests:images:servlet:buildLinuxTestImages pushMatrix -PsmokeTestServer=jetty
22
// ./gradlew :smoke-tests:images:servlet:buildWindowsTestImages pushMatrix -PsmokeTestServer=jetty
23
- id("com.bmuschko.docker-remote-api") version "9.3.2" apply false
+ id("com.bmuschko.docker-remote-api") version "9.3.3" apply false
24
}
25
26
dependencyResolutionManagement {
0 commit comments