Hello, everyone, I have a question, when I use 'mvn clean package -DskipTests' command to build ratis, i meet this error msg -----------
[*ERROR*] /Users/dengchao/work/ratis/ratis-proto/src/main/proto/Examples.proto [0:0]: /Users/dengchao/work/ratis/ratis-proto/target/protoc-plugins/protoc-gen-grpc-java-1.58.0-osx-aarch_64.exe: program not found or is not executable Please specify a program using absolute path or make sure the program is available in your PATH system variable [*ERROR*] Failed to execute goal org.xolstice.maven.plugins:protobuf-maven-plugin:0.6.1:compile-custom *(compile-grpc)* on project ratis-proto: *protoc did not exit cleanly. Review output for more information.* -> *[Help 1]* *--------* *my jdk version is: *java version "1.8.0_411" Java(TM) SE Runtime Environment (build 1.8.0_411-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.411-b09, mixed mode) my maven version is: Maven home: /usr/local/maven3.8.8 Java version: 1.8.0_411, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk-1.8.jdk/Contents/Home/jre Default locale: en_CN, platform encoding: UTF-8 OS name: "mac os x", version: "14.5", arch: "aarch64", family: "mac"
