diff options
| author | Jack Koenig | 2020-07-13 14:26:15 -0700 |
|---|---|---|
| committer | GitHub | 2020-07-13 21:26:15 +0000 |
| commit | c14330d6ea28919b93664ae78c53156a10c8c7c3 (patch) | |
| tree | 2e029d31bad9b9777d52c7f784d453659fb45765 /build.sbt | |
| parent | 7e7f2eb06d0f1eee6eea6a17e6d40f9f38fe4460 (diff) | |
Change ProtoBuf generated directory (#1762)
Changed from target/<scala-version>/src_managed/main/firrtl/ to
target/<scala-version>/src_managed/main/compiled_protobuf/firrtl/
The protobuf generation clears its target directory so it would clear
the generated ANTLR-generated files.
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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( |
