Skip to content

Commit

Permalink
build: allow cross publishing of scala artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
cake-lier committed Jun 8, 2023
1 parent 3e1f17d commit d99ef3c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,16 @@ ThisBuild / developers := List(
url = url("https://github.com/cake-lier")
)
)
ThisBuild / description := "A sbt plugin for deploying a scala artifact remotely."
ThisBuild / description := ""
ThisBuild / licenses := List(
"MIT" -> new URL("https://opensource.org/licenses/MIT")
)
ThisBuild / homepage := Some(
url("https://github.com/cake-lier/scala-library-template")
)
ThisBuild / pomIncludeRepository := { _ => false }

ThisBuild / publishMavenStyle := true
ThisBuild / versionScheme := Some("semver-spec")
ThisBuild / crossPaths := false
ThisBuild / publishTo := sonatypePublishToBundle.value
ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"

Expand Down

0 comments on commit d99ef3c

Please sign in to comment.