File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,10 @@ The GRPC Java code is now generated automatically with the Protobuf Maven Plugin
8282There is no need anymore to download the protoc and protoc-gen-grpc compilers.
8383The protocol definition file (urlfrontier.proto) has been moved under src/main/protobuf.
8484
85+ Important note: The version of protoc downloaded from the Maven repository will not run natively on Alpine Linux
86+ unless you install the gcompat package which provides glibc compatibility (apk add gcompat).
87+
88+
8589For other languages, you need to generate the code stubs yourself, as shown here for Python
8690
8791```
Original file line number Diff line number Diff line change 293293 <deploymentName >Crawler-Commons URLFrontier ${project.version} </deploymentName >
294294 </configuration >
295295 </plugin >
296- <plugin >
297- <groupId >org.sonatype.central</groupId >
298- <artifactId >central-publishing-maven-plugin</artifactId >
299- <version >${central-publishing-plugin.version} </version >
300- <extensions >true</extensions >
301- <configuration >
302- <publishingServerId >central</publishingServerId >
303- <deploymentName >Crawler-Commons URLFrontier ${project.version} </deploymentName >
304- </configuration >
305- </plugin >
306296 </plugins >
307297 </build >
308298 </profile >
You can’t perform that action at this time.
0 commit comments