Don't include protobuf settings for all projects #28227

Only akka-actor got the protobuf files due to the assembled jar being
added to the unmanaged jars for ease of use when importing into
Intellij. Removing that from default settings seems to have fixed it.

Fixes 

* Remove protobuf Any import from doc spec
This commit is contained in:
Christopher Batey 2019-11-25 13:36:09 +00:00 committed by Johan Andrén
parent 3381b3cd12
commit b52271da1c
2 changed files with 0 additions and 3 deletions

View file

@ -129,8 +129,6 @@ object AkkaBuild {
lazy val defaultSettings: Seq[Setting[_]] = Def.settings(
resolverSettings,
TestExtras.Filter.settings,
Protobuf.settings,
// compile options
scalacOptions in Compile ++= DefaultScalacOptions,
scalacOptions in Compile ++=