Skip to content

Commit

Permalink
Got something working at least (publishing only delta-standalone-orig…
Browse files Browse the repository at this point in the history
…inal sources)
  • Loading branch information
scottsand-db committed Sep 11, 2023
1 parent 2d8520c commit 684d8cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@ lazy val standaloneCosmetic = project
releaseSettings,
exportJars := true,
Compile / packageBin := (standaloneParquet / assembly).value,
Compile / packageSrc := (standalone / Compile / packageSrc).value,
libraryDependencies ++= scalaCollectionPar(scalaVersion.value) ++ Seq(
"org.apache.hadoop" % "hadoop-client" % hadoopVersion % "provided",
"org.apache.parquet" % "parquet-hadoop" % "1.12.0" % "provided",
Expand Down

0 comments on commit 684d8cc

Please sign in to comment.