Skip to content

Commit

Permalink
remove developer info from the publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
bekiroguz committed Sep 23, 2024
1 parent cd3a5fb commit 6e39d91
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions project/Publish.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ object Publish {
val ReleaseToSonatype = inThisBuild(List(
organization := "com.ing",
homepage := Some(url("https://github.com/ing-bank/baker")),
licenses := List(License.MIT),
developers := List(
Developer(
"Apollo",
"Squad Apollo",
"[email protected]",
url("https://ing-bank.github.io/baker/")
)
)
licenses := List(License.MIT)
))
}

0 comments on commit 6e39d91

Please sign in to comment.