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 ca84bfd commit 2ec4824Copy full SHA for 2ec4824
src/main/groovy/com/avast/gradle/dockercompose/tasks/ComposeUp.groovy
@@ -129,7 +129,7 @@ abstract class ComposeUp extends DefaultTask {
129
}
130
if (composeExecutor.get().isScaleSupported()) {
131
args += scale.get().collect { service, value ->
132
- ['--scale', "$service=$value"]
+ ['--scale', "$service=$value".toString()]
133
}.flatten()
134
135
args += upAdditionalArgs.get()
0 commit comments