Skip to content

Commit

Permalink
move release settings
Browse files Browse the repository at this point in the history
  • Loading branch information
novakov-alexey committed Oct 5, 2024
1 parent 565fa8d commit c6db4c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ lazy val root = (project in file("."))
.settings(
publish / skip := true
)
.settings(ReleaseProcess.releaseSettings(flinkVersion) *)

lazy val `scala-api` = (project in file("modules/scala-api"))
.settings(ReleaseProcess.releaseSettings(flinkVersion) *)
.settings(
name := "flink-scala-api",
scalaVersion := rootScalaVersion,
Expand Down Expand Up @@ -120,8 +120,8 @@ val flinkMajorAndMinorVersion =

lazy val `examples` = (project in file("modules/examples"))
.settings(
scalaVersion := rootScalaVersion,
Test / fork := true,
scalaVersion := rootScalaVersion,
Test / fork := true,
publish / skip := true,
libraryDependencies ++= Seq(
"org.flinkextended" %% "flink-scala-api" % "1.18.1_1.1.6",
Expand Down

0 comments on commit c6db4c3

Please sign in to comment.