diff --git a/build.sbt b/build.sbt index ae2cf04..0558fbc 100644 --- a/build.sbt +++ b/build.sbt @@ -90,6 +90,7 @@ libraryDependencies += "com.google.code.gson" % "gson" % "2.10.1" // crossPaths:= true // publishArtifact in (Compile, packageSrc) := true +publishArtifact := false lazy val plugin = project .enablePlugins(SbtPlugin)