Skip to content

Commit

Permalink
Added bintray repository and organization (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
MFSY authored Nov 19, 2018
1 parent a65cea9 commit f6f8f83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ lazy val common = Seq(
autoScalaLibrary := false,
workbenchVersion := "0.3.2",
releaseEarlyWith := BintrayPublisher,
bintrayRepository := "maven",
bintrayOrganization := Some("neuroshapes"),
releaseEarlyEnableSyncToMaven := false,
releaseEarlyNoGpg := true,
bintrayOmitLicense := true,
Expand Down

0 comments on commit f6f8f83

Please sign in to comment.