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 0d92060 commit 4047fe9Copy full SHA for 4047fe9
release/build.gradle
@@ -162,6 +162,7 @@ def updateDocumentationTask = tasks.register( 'updateDocumentation' ) {
162
}
163
164
def stageDocChangesTask = tasks.register( 'stageDocChanges', Exec ) {
165
+ dependsOn updateDocumentationTask
166
workingDir project.layout.buildDirectory.dir( "docs-website" )
167
commandLine 'git', 'add', '-A', '.'
168
0 commit comments