Skip to content

Commit a87097c

Browse files
committed
disable publishing the delta-iceberg artifact
1 parent a5fcec4 commit a87097c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ lazy val deltaIceberg = (project in file("delta-iceberg"))
201201
name := "delta-iceberg",
202202
commonSettings,
203203
scalaStyleSettings,
204-
releaseSettings,
204+
Seq(publishArtifact := false, Test / publishArtifact := false),
205205
libraryDependencies ++= Seq( {
206206
val (expMaj, expMin, _) = getMajorMinorPatch(sparkVersion)
207207
("org.apache.iceberg" % s"iceberg-spark-runtime-$expMaj.$expMin" % "1.0.0" % "provided")

0 commit comments

Comments
 (0)