We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c3c10 commit cd9ddf6Copy full SHA for cd9ddf6
_posts/2025-09-30-grpc-zero.adoc
@@ -34,7 +34,7 @@ The difference is that builds are portable and predictable on any JVM host. It a
34
* Portable builds that behave the same on laptops, CI, containers, and edge devices.
35
* Simpler CI and smaller images because you do not need to package native executables.
36
* Less maintenance for platform teams who no longer manage platform-specific toolchains.
37
-* A small, self-contained Java dependency that performs code generation.
+* A small, self-contained Java dependency that performs `proto` file compilation.
38
39
== Quick start
40
0 commit comments