Skip to content

Commit ca55407

Browse files
Include missing common api module
1 parent 82eceea commit ca55407

File tree

3 files changed

+2
-30
lines changed

3 files changed

+2
-30
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ libraryDependencies += "org.flinkextended" %% "flink-scala-api" % "1.2.5"
6262
## For Ammonite
6363

6464
```scala
65-
import $ivy.`org.flinkextended::flink-scala-api:1.2.5`
65+
import $ivy.`org.flinkextended::flink-scala-api-1:1.2.5`
6666
// you might need flink-client too in order to run in the REPL
6767
import $ivy.`org.apache.flink:flink-clients:1.20.1`
6868
```

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ lazy val `scala-api-common` = (project in file("modules/flink-common-api"))
111111
.settings(
112112
name := "flink-scala-api-common",
113113
scalaVersion := rootScalaVersion,
114-
crossScalaVersions := crossVersions,
115-
publish / skip := true,
114+
crossScalaVersions := crossVersions,
116115
libraryDependencies ++= Seq(
117116
"org.apache.flink" % "flink-streaming-java" % flinkVersion1 % Provided
118117
)

project/release.scala

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)