Skip to content

Commit 822fa95

Browse files
committed
Override gpg settings.
1 parent b4983a4 commit 822fa95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ lazy val commonSettings = Seq(
55
organization := "org.geneontology",
66
version := "2.2.0",
77
licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")),
8+
homepage := Some(url("https://github.com/balhoff/relation-graph")),
89
scalaVersion := "2.13.8",
910
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8"),
1011
javaOptions += "-Xmx8G"
@@ -75,3 +76,5 @@ lazy val cli = project
7576
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion, gitCommitString),
7677
buildInfoPackage := "org.renci.relationgraph"
7778
)
79+
80+
Global / useGpg := false

0 commit comments

Comments
 (0)