Remove last crossPaths occurrence (#28817)
We were already not using it for most of the build
This commit is contained in:
parent
a04a14d022
commit
b40873dc10
2 changed files with 1 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ object Protobuf {
|
|||
importPath := None,
|
||||
// this keeps intellij happy for files that use the shaded protobuf
|
||||
Compile / unmanagedJars ++= Seq(
|
||||
baseDirectory.value / ".." / "akka-protobuf-v3" / "target" / s"akka-protobuf-v3-assembly-${version.value}.jar"),
|
||||
baseDirectory.value / ".." / "akka-protobuf-v3" / "target" / s"scala-${scalaBinaryVersion.value}" / s"akka-protobuf-v3-assembly-${version.value}.jar"),
|
||||
protoc := "protoc",
|
||||
protocVersion := "3.10.0",
|
||||
generate := {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue