We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb35c72 commit 9f734b6Copy full SHA for 9f734b6
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.7" apply false
+ id("com.bmuschko.docker-remote-api") version "9.4.0" apply false
24
}
25
26
dependencyResolutionManagement {
0 commit comments