add akka-docs to nonFatalJavaWarningsFor (#29470)

This commit is contained in:
Patrik Nordwall 2020-08-10 08:15:43 +02:00 committed by GitHub
parent 686729c75b
commit 2709fa6862
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,12 +28,14 @@ object AkkaDisciplinePlugin extends AutoPlugin {
"akka-cluster-typed",
// use of deprecated akka.protobuf.GeneratedMessage
"akka-protobuf",
"akka-protobuf-v3",
// references to deprecated PARSER fields in generated message formats?
"akka-remote",
// references to deprecated PARSER fields in generated message formats?
"akka-distributed-data",
// references to deprecated PARSER fields in generated message formats?
"akka-cluster-sharding-typed")
"akka-cluster-sharding-typed",
"akka-docs")
val looseProjects = Set(
"akka-actor",