Skip to content

Commit 2538963

Browse files
committed
Fixed link for building getting-started zip
1 parent d0d6d9c commit 2538963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marklogic-spark-connector/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ publishing {
182182
task gettingStartedZip(type: Zip) {
183183
description = "Creates a zip of the getting-started project that is intended to be included as a downloadable file " +
184184
"on the GitHub release page."
185-
from "examples/getting-started"
185+
from "../examples/getting-started"
186186
exclude "build", ".gradle", "gradle-*.properties", ".venv", "venv", "docker"
187187
into "marklogic-spark-getting-started-${version}"
188188
archiveFileName = "marklogic-spark-getting-started-${version}.zip"

0 commit comments

Comments
 (0)