Skip to content

Commit 531e616

Browse files
authored
Merge pull request #221 from mkurz/no_publishTo
Remove `publishTo`, we use sbt-ci-release
2 parents e845645 + d1d2f66 commit 531e616

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ lazy val plugin = project
2020
startYear := Some(2015),
2121
description := "Formats Java code in your project.",
2222
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html")),
23-
publishTo := Some(if (isSnapshot.value) Opts.resolver.sonatypeSnapshots else Opts.resolver.sonatypeStaging),
2423
(pluginCrossBuild / sbtVersion) := {
2524
scalaBinaryVersion.value match {
2625
case "2.12" => "1.5.8"

0 commit comments

Comments
 (0)