Skip to content

Commit 6728b4e

Browse files
committed
Merge branch 'release/4.1.1'
2 parents 90818b1 + 725d49e commit 6728b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/cloudogu/ces/cesbuildlib/GradleInDockerBase.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ abstract class GradleInDockerBase extends Gradle {
66

77
/** Setting this to {@code true} allows the Gradle build to access the docker host, i.e. to start other containers.*/
88
boolean enableDockerHost = false
9-
private String credentialsId = null
9+
protected String credentialsId = null
1010

1111
Docker docker
1212

0 commit comments

Comments
 (0)