We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7483c23 + 230bb77 commit 099a75dCopy full SHA for 099a75d
1 file changed
build.sbt
@@ -88,4 +88,5 @@ def env(name: String): String = System.getenv().get(name)
88
lazy val root = project
89
.in(file("."))
90
.aggregate(claper.jvm, claper.native)
91
- .settings(crossScalaVersions := Nil)
+ .settings(sharedSettings ++ publishSettings)
92
+ .settings(crossScalaVersions := Nil, publishArtifact := false)
0 commit comments