Skip to content

Commit 69f3cf5

Browse files
osopardo1osopardo1
osopardo1
authored and
osopardo1
committed
Change publishSkip
1 parent ad3323c commit 69f3cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lazy val qbeastSpark = (project in file("."))
2626
Test / parallelExecution := false,
2727
assembly / test := {},
2828
assembly / assemblyOption := (assembly / assemblyOption).value.copy(includeScala = false),
29-
publish / skip := false)
29+
publish / skip := true)
3030
.settings(noWarningInConsole)
3131

3232
qbeastSpark / Compile / doc / scalacOptions ++= Seq(

0 commit comments

Comments
 (0)