Skip to content

Commit b8eb481

Browse files
committed
Rename duplicated 'assemble' task to 'assembleDocs'
See gh-91
1 parent f762486 commit b8eb481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ task docs(dependsOn:[asciidoctor, groovydoc, copyDocs, copyResources] +
124124
.collect { project -> project.tasks.groovydoc }
125125
)
126126

127-
task assemble(type: Zip, dependsOn:docs) {
127+
task assembleDocs(type: Zip, dependsOn:docs) {
128128
from "${project.buildDir}/docs"
129129
baseName = "${project.name}-${project.version}"
130130
destinationDir = project.file("${project.buildDir}/distributions")

0 commit comments

Comments
 (0)