diff --git a/build.sbt b/build.sbt index b9e9a5a5..4c9bc693 100644 --- a/build.sbt +++ b/build.sbt @@ -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")),