Skip to content

Commit 45a26e2

Browse files
committed
fix
1 parent 0c7b52c commit 45a26e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def cloneDocsWebsiteTask = tasks.register( 'cloneDocsWebsite', Exec ) {
110110
// Assure that the buildDir exists. Otherwise this task will fail.
111111
dependsOn compileJava
112112
workingDir project.layout.buildDirectory
113-
commandLine 'git', 'clone', docPublishRepoUri, '-b', docPublishBranch, '--sparse', '--depth', '1', 'docs-website'
113+
executeGitCommand( 'clone', docPublishRepoUri, '-b', docPublishBranch, '--sparse', '--depth', '1', 'docs-website' )
114114
}
115115

116116
def sparseCheckoutDocumentationTask = tasks.register( 'sparseCheckoutDocumentation', Exec ) {

0 commit comments

Comments
 (0)