Skip to content

Commit 9da87c9

Browse files
amamounelsayedpragnagopa
authored andcommitted
Add java_package to the proto file as java worker failed to compile. (#37)
1 parent e4d7762 commit 9da87c9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/proto/identity/ClaimsIdentityRpc.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
syntax = "proto3";
22
// protobuf vscode extension: https://marketplace.visualstudio.com/items?itemName=zxh404.vscode-proto3
33

4+
option java_package = "com.microsoft.azure.functions.rpc.messages";
5+
46
import "shared/NullableTypes.proto";
57

68
// Light-weight representation of a .NET System.Security.Claims.ClaimsIdentity object.

src/proto/shared/NullableTypes.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
syntax = "proto3";
22
// protobuf vscode extension: https://marketplace.visualstudio.com/items?itemName=zxh404.vscode-proto3
33

4+
option java_package = "com.microsoft.azure.functions.rpc.messages";
5+
46
import "google/protobuf/timestamp.proto";
57

68
message NullableString {

0 commit comments

Comments
 (0)