Skip to content

Commit

Permalink
Change publishSkip
Browse files Browse the repository at this point in the history
  • Loading branch information
osopardo1 authored and osopardo1 committed Aug 2, 2023
1 parent ad3323c commit 69f3cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lazy val qbeastSpark = (project in file("."))
Test / parallelExecution := false,
assembly / test := {},
assembly / assemblyOption := (assembly / assemblyOption).value.copy(includeScala = false),
publish / skip := false)
publish / skip := true)
.settings(noWarningInConsole)

qbeastSpark / Compile / doc / scalacOptions ++= Seq(
Expand Down

0 comments on commit 69f3cf5

Please sign in to comment.