You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-09-30-grpc-zero.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Quarkus gRPC Zero runs the `protoc` compilation inside the JVM as a pure Quarkus
27
27
28
28
From a developer point of view nothing changes: you keep writing `.proto` files, run your Quarkus build, and use the generated sources.
29
29
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.
0 commit comments