Skip to content

Commit 85c3c10

Browse files
andreaTPcescoffier
andauthored
Update _posts/2025-09-30-grpc-zero.adoc
Co-authored-by: Clement Escoffier <[email protected]>
1 parent bb02bc2 commit 85c3c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-09-30-grpc-zero.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Quarkus gRPC Zero runs the `protoc` compilation inside the JVM as a pure Quarkus
2727
2828
From a developer point of view nothing changes: you keep writing `.proto` files, run your Quarkus build, and use the generated sources.
2929
30-
The difference is that builds are portable and predictable on any JVM host.
30+
The difference is that builds are portable and predictable on any JVM host. It avoids having to download dozen of dependencies to handle every OS/architecture combination.
3131
3232
== Benefits
3333

0 commit comments

Comments
 (0)