Skip to content

Commit

Permalink
No need to set sonatypeProjectHosting with SLRW
Browse files Browse the repository at this point in the history
The `sonatypeProjectHosting` setting was full of fairly predicatible
information that is evident from the repository the code sits in - so
we can just let `gha-scala-library-release-workflow` set it for us:

guardian/gha-scala-library-release-workflow@bf9e076

...less config needed per library repo.
  • Loading branch information
rtyley committed Dec 8, 2023
1 parent c515d2a commit b148aed
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 b148aed

Please sign in to comment.