From cf232571418d98958adcf1c9c4a432a3c1cebd3f Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Thu, 17 Feb 2022 00:25:44 -0500 Subject: [PATCH] More Sonatype fix --- build.sbt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/build.sbt b/build.sbt index 47eb54a..300b7d9 100644 --- a/build.sbt +++ b/build.sbt @@ -22,6 +22,20 @@ lazy val root = (project in file(".")) } ) +ThisBuild / scmInfo := Some( + ScmInfo( + url("https://github.com/sbt/sbt-buildinfo"), + "scm:git@github.com:sbt/sbt-buildinfo.git" + ) +) +ThisBuild / developers := List( + Developer( + id = "eed3si9n", + name = "Eugene Yokota", + email = "@eed3si9n", + url = url("https://eed3si9n.com/") + ) +) ThisBuild / description := "sbt plugin to generate build info" ThisBuild / licenses := Seq("MIT License" -> url("https://github.com/sbt/sbt-buildinfo/blob/master/LICENSE")) ThisBuild / pomIncludeRepository := { _ =>