Skip to content

Commit

Permalink
Override gpg settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Apr 20, 2022
1 parent b4983a4 commit 822fa95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ lazy val commonSettings = Seq(
organization := "org.geneontology",
version := "2.2.0",
licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")),
homepage := Some(url("https://github.com/balhoff/relation-graph")),
scalaVersion := "2.13.8",
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8"),
javaOptions += "-Xmx8G"
Expand Down Expand Up @@ -75,3 +76,5 @@ lazy val cli = project
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion, gitCommitString),
buildInfoPackage := "org.renci.relationgraph"
)

Global / useGpg := false

0 comments on commit 822fa95

Please sign in to comment.