Skip to content

Commit

Permalink
chore[generation]: log path to generated protocol file
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysunxiao committed Dec 12, 2023
1 parent bac14a4 commit 756882c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class GenerateProtobufTesting {
public void generateClassFromProto() {
var buildOption = new PbGenerateOperation();
buildOption.setProtoPath("src\\test\\protobuf");
buildOption.setOutputPath("src\\test\\zfoopb");
buildOption.setOutputPath("zfoopb");
buildOption.setJavaPackage("com.zfoo.protocol.generate.test");
// buildOption.setRecordClass(true);
// buildOption.setOneProtocol(true);
Expand Down

0 comments on commit 756882c

Please sign in to comment.