We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e845645 + d1d2f66 commit 531e616Copy full SHA for 531e616
build.sbt
@@ -20,7 +20,6 @@ lazy val plugin = project
20
startYear := Some(2015),
21
description := "Formats Java code in your project.",
22
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),
24
(pluginCrossBuild / sbtVersion) := {
25
scalaBinaryVersion.value match {
26
case "2.12" => "1.5.8"
0 commit comments