Skip to content

Commit

Permalink
Add java_package to the proto file as java worker failed to compile. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
amamounelsayed authored and pragnagopa committed Jul 18, 2019
1 parent e4d7762 commit 9da87c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/proto/identity/ClaimsIdentityRpc.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
syntax = "proto3";
// protobuf vscode extension: https://marketplace.visualstudio.com/items?itemName=zxh404.vscode-proto3

option java_package = "com.microsoft.azure.functions.rpc.messages";

import "shared/NullableTypes.proto";

// Light-weight representation of a .NET System.Security.Claims.ClaimsIdentity object.
Expand Down
2 changes: 2 additions & 0 deletions src/proto/shared/NullableTypes.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
syntax = "proto3";
// protobuf vscode extension: https://marketplace.visualstudio.com/items?itemName=zxh404.vscode-proto3

option java_package = "com.microsoft.azure.functions.rpc.messages";

import "google/protobuf/timestamp.proto";

message NullableString {
Expand Down

0 comments on commit 9da87c9

Please sign in to comment.