Skip to content

Commit

Permalink
Merge pull request #19 from p2m2/develop
Browse files Browse the repository at this point in the history
fix sonatype error
  • Loading branch information
ofilangi authored Feb 21, 2024
2 parents efae8be + b4377ff commit d28e9fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ def getPackageSetting = Seq(
version := scala.util.Properties.envOrElse("PROG_VERSION", version_n3 ),
scalaVersion := "2.13.12",
versionScheme := Some("early-semver"),
publish / skip := true,
organization := "com.github.p2m2",
organizationName := "p2m2",
organizationHomepage := Some(url("https://www6.inrae.fr/p2m2")),
Expand Down Expand Up @@ -47,7 +46,8 @@ def getPackageSetting = Seq(
publishConfiguration := publishConfiguration.value.withOverwrite(true) ,
publishLocalConfiguration := publishLocalConfiguration.value.withOverwrite(true),
pomIncludeRepository := { _ => false },
publishMavenStyle := true
publishMavenStyle := true,
publishTo := sonatypePublishToBundle.value,
)

lazy val root = project.in(file(".")).
Expand Down

0 comments on commit d28e9fb

Please sign in to comment.