Skip to content

Commit

Permalink
removing maven stuff (handled by sbt-ci-release)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed May 21, 2020
1 parent c14dd54 commit 9a903aa
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,7 @@ lazy val commonSettings = List(
),
libraryDependencies ++= uuidDep(scalaVersion.value),
resolvers += "Apache public" at "https://repository.apache.org/content/groups/public/",
scalafmtOnCompile := true,
publishTo := {
val sonatype = "https://oss.sonatype.org/"
if (isSnapshot.value)
Some("snapshots" at sonatype + "content/repositories/snapshots")
else
Some("releases" at sonatype + "service/local/staging/deploy/maven2")
},
publishMavenStyle := true,
publishArtifact in Test := false,
pomIncludeRepository := { _ => false },
pomExtra :=
<developers>
<developer>
<id>gvolpe</id>
<name>Gabriel Volpe</name>
<url>https://github.com/gvolpe</url>
</developer>
</developers>
scalafmtOnCompile := true
)

lazy val examplesDependencies = List(
Expand Down

0 comments on commit 9a903aa

Please sign in to comment.