Skip to content

Commit ce027a0

Browse files
committed
Small tweak to task for getting-started zip
1 parent 9546666 commit ce027a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ task gettingStartedZip(type: Zip) {
212212
description = "Creates a zip of the getting-started project that is intended to be included as a downloadable file " +
213213
"on the GitHub release page."
214214
from "examples/getting-started"
215-
exclude "build", ".gradle", "gradle-*.properties"
215+
exclude "build", ".gradle", "gradle-*.properties", ".venv", "venv", "docker"
216216
into "marklogic-spark-getting-started-${version}"
217217
archiveFileName = "marklogic-spark-getting-started-${version}.zip"
218218
destinationDirectory = file("build")

0 commit comments

Comments
 (0)