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.
2 parents 90818b1 + 725d49e commit 6728b4eCopy full SHA for 6728b4e
src/com/cloudogu/ces/cesbuildlib/GradleInDockerBase.groovy
@@ -6,7 +6,7 @@ abstract class GradleInDockerBase extends Gradle {
6
7
/** Setting this to {@code true} allows the Gradle build to access the docker host, i.e. to start other containers.*/
8
boolean enableDockerHost = false
9
- private String credentialsId = null
+ protected String credentialsId = null
10
11
Docker docker
12
0 commit comments