Skip to content

Commit

Permalink
publishMavenStyle + bintrayOrganization
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Aug 7, 2020
1 parent 1f65e8d commit 56e2eba
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 @@ -20,4 +20,6 @@ lazy val root = (project in file("."))
scriptedLaunchOpts ++= Seq("-Xmx1024M", "-Dplugin.version=" + version.value),
scriptedBufferLog := false,
publishTo := (bintray / publishTo).value,
publishMavenStyle := false,
bintrayOrganization := Some("eed3i9n"),
)

0 comments on commit 56e2eba

Please sign in to comment.