Commit 79acc1f
committed
Fix gRPC Maven Central URL template separator
Maven Central uses hyphens for all separators in gRPC binaries:
- Wrong: protoc-gen-grpc-java-1.68.1-linux_x86_64.exe
- Correct: protoc-gen-grpc-java-1.68.1-linux-x86_64.exe
This fixes GitLab CI failures on Linux x86_641 parent fe6cbf2 commit 79acc1f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
0 commit comments