Skip to content

Commit

Permalink
Swapped to publishing on Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed May 24, 2021
1 parent 8b90f56 commit b928f19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ ThisBuild / organization := "com.codecommit"
ThisBuild / publishGithubUser := "djspiewak"
ThisBuild / publishFullName := "Daniel Spiewak"

ThisBuild / bintrayVcsUrl := Some("git@github.com:djspiewak/sbt-spiewak.git")

ThisBuild / sbtPlugin := true
ThisBuild / sbtVersion := "1.3.3"

enablePlugins(SbtPlugin)

publishMavenStyle := true

scriptedLaunchOpts ++= Seq("-Dplugin.version=" + version.value)
scriptedBufferLog := true
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.codecommit" % "sbt-spiewak-bintray" % "0.9.1")
addSbtPlugin("com.codecommit" % "sbt-spiewak-sonatype" % "0.9.1")

0 comments on commit b928f19

Please sign in to comment.