Skip to content

Commit

Permalink
Set releaseEarlyNoGpg to false for BintrayPublisher (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
MFSY authored Nov 19, 2018
1 parent c4f94ae commit a65cea9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ lazy val common = Seq(
workbenchVersion := "0.3.2",
releaseEarlyWith := BintrayPublisher,
releaseEarlyEnableSyncToMaven := false,
releaseEarlyNoGpg := true,
bintrayOmitLicense := true,
homepage := Some(url("https://github.com/INCF/neuroshapes")),
licenses := Seq("CC-4.0" -> url("https://github.com/INCF/neuroshapes/blob/master/LICENSE")),
Expand Down

0 comments on commit a65cea9

Please sign in to comment.