Skip to content

Commit

Permalink
Merge pull request #209 from guardian/no-need-to-set-sonatypeProjectH…
Browse files Browse the repository at this point in the history
…osting

No need to set `sonatypeProjectHosting` with SLRW
  • Loading branch information
rtyley committed Dec 8, 2023
2 parents c515d2a + b148aed commit 7bb555f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import ReleaseTransformations.*
import Dependencies.*
import sbtversionpolicy.withsbtrelease.ReleaseVersion.fromAggregatedAssessedCompatibilityWithLatestRelease
import xerial.sbt.Sonatype.*

name := "play-googleauth"

Expand All @@ -12,11 +11,7 @@ val artifactPomMetadataSettings = Seq(

description := "Simple Google authentication module for Play 2 & 3",

licenses := Seq("Apache V2" -> url("https://www.apache.org/licenses/LICENSE-2.0.html")),

sonatypeProjectHosting :=
Some(GitHubHosting("guardian", "play-googleauth", "automated.maven.release.admins@theguardian.com"))

licenses := Seq("Apache V2" -> url("https://www.apache.org/licenses/LICENSE-2.0.html"))
)

def projectWithPlayVersion(playVersion: PlayVersion) =
Expand Down

0 comments on commit 7bb555f

Please sign in to comment.