Skip to content

Commit

Permalink
update plugin settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Seun Soyinka authored and Seun Soyinka committed Aug 19, 2024
1 parent aa6f5f9 commit 02db934
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
inThisBuild(List(
organization := "com.github.sbt",
sonatypeCredentialHost := "s01.oss.sonatype.org",
sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
homepage := Some(url("https://github.com/sbt/sbt-ci-release")),
// Alternatively License.Apache2 see https://github.com/sbt/librarymanagement/blob/develop/core/src/main/scala/sbt/librarymanagement/License.scala
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
Expand All @@ -14,3 +12,6 @@ inThisBuild(List(
)
)
))

ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"

0 comments on commit 02db934

Please sign in to comment.