From c14330d6ea28919b93664ae78c53156a10c8c7c3 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Mon, 13 Jul 2020 14:26:15 -0700 Subject: Change ProtoBuf generated directory (#1762) Changed from target//src_managed/main/firrtl/ to target//src_managed/main/compiled_protobuf/firrtl/ The protobuf generation clears its target directory so it would clear the generated ANTLR-generated files.--- build.sbt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 56230ba2..050159a7 100644 --- a/build.sbt +++ b/build.sbt @@ -65,8 +65,7 @@ lazy val protobufSettings = Seq( sourceDirectory in ProtobufConfig := baseDirectory.value / "src" / "main" / "proto", protobufRunProtoc in ProtobufConfig := (args => com.github.os72.protocjar.Protoc.runProtoc("-v351" +: args.toArray) - ), - javaSource in ProtobufConfig := (sourceManaged in Compile).value + ) ) lazy val assemblySettings = Seq( -- cgit v1.2.3