Skip to content

Commit

Permalink
Do not build Doc Examples project with Scala 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
2m committed Mar 12, 2019
1 parent bd4d0df commit 7c393e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,9 @@ lazy val `doc-examples` = project
name := s"akka-stream-alpakka-doc-examples",
publish / skip := true,
whitesourceIgnore := true,
// Google Cloud Pub/Sub gRPC is not available for Scala 2.11
crossScalaVersions -= Dependencies.Scala211,
// More projects are not available for Scala 2.13
crossScalaVersions -= Dependencies.Scala213,
Dependencies.`Doc-examples`
)
Expand Down

0 comments on commit 7c393e1

Please sign in to comment.