Skip to content

Commit 725d49e

Browse files
committed
#143 fix credentialsId in GradleInDockerBase
1 parent 2084575 commit 725d49e

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)