Skip to content

Commit

Permalink
Skip doc publish for 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
romainreuillon committed Jan 16, 2020
1 parent 6a381e1 commit 165d929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ lazy val scalatexSbtPlugin = project.settings(sharedSettings:_*)
scalaVersion := Constants.scala212,
skip in Compile := isScala12(scalaBinaryVersion.value),
publishArtifact := isScala12(scalaBinaryVersion.value),
publishArtifact in (Compile, packageDoc) := isScala12(scalaBinaryVersion.value),
crossSbtVersions := List("1.3.7"),
sbtPlugin := true,
(unmanagedSources in Compile) += baseDirectory.value/".."/"project"/"Constants.scala"
Expand Down

0 comments on commit 165d929

Please sign in to comment.