Merge pull request #27925 from akka/wip-27921-more-target-patriknw
don't crossPaths for akka-protobuf-v3, #27921
This commit is contained in:
commit
bd724e85f5
1 changed files with 1 additions and 0 deletions
|
|
@ -292,6 +292,7 @@ lazy val protobufV3 = akkaModule("akka-protobuf-v3")
|
|||
.rename("com.google.protobuf.**" -> "akka.protobufv3.internal.@1")
|
||||
.inLibrary(Dependencies.Compile.protobufRuntime)),
|
||||
assemblyOption in assembly := (assemblyOption in assembly).value.copy(includeScala = false, includeBin = false),
|
||||
crossPaths := false,
|
||||
autoScalaLibrary := false, // do not include scala dependency in pom
|
||||
exportJars := true, // in dependent projects, use assembled and shaded jar
|
||||
makePomConfiguration := makePomConfiguration.value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue