File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 8888 bash -c "set -e &&
8989 rustup target add aarch64-unknown-linux-gnu &&
9090 corepack prepare [email protected] --activate && 91+ cargo clean &&
92+ cargo update &&
9193 pnpm build --target aarch64-unknown-linux-gnu &&
9294 aarch64-unknown-linux-gnu-strip *.node"
9395 cd nodejs
Original file line number Diff line number Diff line change 5151 <buildnumber-maven-plugin .version>1.4</buildnumber-maven-plugin .version>
5252 <maven-jar-plugin .version>3.2.0</maven-jar-plugin .version>
5353 <formatter-maven-plugin .version>2.16.0</formatter-maven-plugin .version>
54+ <protobuf-java .version>4.33.1</protobuf-java .version>
55+ <protobuf-maven-plugin .version>0.6.1</protobuf-maven-plugin .version>
5456 </properties >
5557 <dependencies >
5658 <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
5759 <dependency >
5860 <groupId >com.google.protobuf</groupId >
5961 <artifactId >protobuf-java</artifactId >
60- <version >4.33.1</version >
62+ <version >${protobuf-java.version} </version >
63+ </dependency >
64+ <dependency >
65+ <groupId >com.google.protobuf</groupId >
66+ <artifactId >protobuf-java-util</artifactId >
67+ <version >${protobuf-java.version} </version >
6168 </dependency >
6269 <dependency >
6370 <groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments