We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ce85d commit 13aa053Copy full SHA for 13aa053
1 file changed
build.sbt
@@ -288,7 +288,6 @@ lazy val sharedSettings = pgpSettings ++ Def.settings(
288
ThisBuild / dynverSonatypeSnapshots := !(isVersionStable.value && publishStableMonixVersion.value),
289
ThisBuild / sonatypeProfileName := organization.value,
290
sonatypeSessionName := s"[sbt-sonatype] ${name.value}-${version.value}",
291
-
292
publishMavenStyle := true,
293
Test / publishArtifact := false,
294
pomIncludeRepository := { _ => false }, // removes optional dependencies
0 commit comments