Skip to content

Commit

Permalink
No-publish the root (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Oct 7, 2022
1 parent 9fa51a8 commit fd5ce3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Expand Up @@ -6,6 +6,8 @@ def projectName = "scala-yaml"
def localSnapshotVersion = "0.0.6-SNAPSHOT"
def isCI = System.getenv("CI") != null

enablePlugins(NoPublishPlugin)

inThisBuild(
List(
organization := "org.virtuslab",
Expand Down Expand Up @@ -62,11 +64,11 @@ lazy val integration = project
.settings(
name := "integration",
moduleName := "integration",
publish / skip := true,
libraryDependencies ++= List(
Deps.munit,
Deps.osLib,
Deps.pprint,
)
)
.settings(docsSettings)
.enablePlugins(NoPublishPlugin)
2 changes: 2 additions & 0 deletions project/plugin.sbt
Expand Up @@ -11,3 +11,5 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1")

addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.7")

addSbtPlugin("org.typelevel" % "sbt-typelevel-no-publish" % "0.4.15")

0 comments on commit fd5ce3b

Please sign in to comment.