Skip to content

Commit

Permalink
Package proto files in the top level of the jar based on them
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 deephaven#2840
  • Loading branch information
niloc132 committed Sep 13, 2022
1 parent 16d229b commit 7bc36da
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 7bc36da

Please sign in to comment.