Skip to content

Commit

Permalink
Merge pull request #24 from guardian/remove-some-sbt-config-no-longer…
Browse files Browse the repository at this point in the history
…-needed-with-automated-maven-release

Remove sbt config no longer needed with automated-maven-release
  • Loading branch information
rtyley authored Dec 5, 2023
2 parents acac7af + 88a3966 commit 8f3a41d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")

addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
4 changes: 0 additions & 4 deletions sonatype.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
sonatypeProfileName := "com.gu"

ThisBuild / publishTo := Some(Resolver.file("roberto-test", file("/tmp/funky"))) // sonatypePublishToBundle.value

ThisBuild / organization := "com.gu.etag-caching"

ThisBuild / scmInfo := Some(ScmInfo(
Expand Down

0 comments on commit 8f3a41d

Please sign in to comment.