Skip to content

Commit

Permalink
disable publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
novakov-alexey committed Oct 5, 2024
1 parent fd5ae0e commit 565fa8d
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 @@ -122,6 +122,7 @@ lazy val `examples` = (project in file("modules/examples"))
.settings(
scalaVersion := rootScalaVersion,
Test / fork := true,
publish / skip := true,
libraryDependencies ++= Seq(
"org.flinkextended" %% "flink-scala-api" % "1.18.1_1.1.6",
"org.apache.flink" % "flink-runtime-web" % "1.18.1" % Provided,
Expand Down

0 comments on commit 565fa8d

Please sign in to comment.