We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5ae0e commit 565fa8dCopy full SHA for 565fa8d
build.sbt
@@ -122,6 +122,7 @@ lazy val `examples` = (project in file("modules/examples"))
122
.settings(
123
scalaVersion := rootScalaVersion,
124
Test / fork := true,
125
+ publish / skip := true,
126
libraryDependencies ++= Seq(
127
"org.flinkextended" %% "flink-scala-api" % "1.18.1_1.1.6",
128
"org.apache.flink" % "flink-runtime-web" % "1.18.1" % Provided,
0 commit comments