Skip to content

Commit

Permalink
Package proto files in the top level of the jar based on them (#2844)
Browse files Browse the repository at this point in the history
This follows the pattern in use by flight-core with its Flight.proto
file.

Fixes #2840
  • Loading branch information
niloc132 authored Sep 15, 2022
1 parent c4a0422 commit 732ed30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/proto-backplane-grpc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ sourceSets {
srcDir 'build/generated/source/proto/main/grpc'
srcDir 'build/generated/source/proto/main/java'
}
resources {
srcDir 'src/main/proto/deephaven/proto'
}
}
}

Expand Down

0 comments on commit 732ed30

Please sign in to comment.