Skip to content

Commit

Permalink
Merge pull request #18 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 265773a + cb0794c commit efae8be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ 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 @@ -46,9 +47,7 @@ def getPackageSetting = Seq(
publishConfiguration := publishConfiguration.value.withOverwrite(true) ,
publishLocalConfiguration := publishLocalConfiguration.value.withOverwrite(true),
pomIncludeRepository := { _ => false },
publishMavenStyle := true,
publish / skip := true,
publishTo := sonatypePublishTo.value
publishMavenStyle := true
)

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

0 comments on commit efae8be

Please sign in to comment.