Skip to content

Commit 573ddaa

Browse files
committed
empty javadoc artifacts, 1.34.11
1 parent c3c60c4 commit 573ddaa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ val commonSettings = Seq(
5959
},
6060
// some Java 8 related tests use Java interface static methods, Scala 2.11.12 requires JDK8 target for that
6161
scalacOptions in Test ++= (if (scalaBinaryVersion.value == "2.11") Seq("-target:jvm-1.8") else Nil),
62+
sources in (Compile, doc) := Seq.empty, // relying on unidoc
6263
apiURL := Some(url("http://avsystem.github.io/scala-commons/api")),
6364
autoAPIMappings := true,
6465

@@ -128,7 +129,6 @@ val noPublishSettings = Seq(
128129
publishM2 := {},
129130
publishSigned := {},
130131
publishLocalSigned := {},
131-
doc := (target in doc).value,
132132
mimaPreviousArtifacts := Set.empty,
133133
)
134134

@@ -159,6 +159,7 @@ lazy val commons = project.in(file("."))
159159
`commons-macros`,
160160
`commons-annotations-js`,
161161
`commons-core-js`,
162+
`commons-rest`,
162163
`commons-rest-js`,
163164
`commons-benchmark`,
164165
`commons-benchmark-js`,

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "1.34.10"
1+
version in ThisBuild := "1.34.11"

0 commit comments

Comments
 (0)