From e0be15a0510f435bfbeb3ad1cd33b86bd271276c Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Sat, 31 May 2025 13:45:21 -0500 Subject: [PATCH] Polish "Reinstate changes from 'Improve Gradle instructions in README.md'" Signed-off-by: Chris Bono --- README.md | 4 ++-- .../src/main/antora/modules/ROOT/pages/getting-started.adoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6d39d15..e9e3ea6 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,9 @@ or Two new folders will be generated containing the source code for the stubs. -_For Maven_: `target/generated-sources/protobuf/grpc-java` and `target/generated-sources/protobuf/java`. +_For Maven_: `target/generated-sources/protobuf/grpc-java` and `target/generated-sources/protobuf/java` -_For Gradle_: `build/generated/source/proto/main/grpc` and `build/generated/source/proto/main/java`) +_For Gradle_: `build/generated/source/proto/main/grpc` and `build/generated/source/proto/main/java` You may need to instruct your IDE to mark them as source roots. In IntelliJ IDEA, right-click the folder, choose `Mark Directory As` -> `Generated Source Root`. diff --git a/spring-grpc-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc b/spring-grpc-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc index a563c0e..43cd6ba 100644 --- a/spring-grpc-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc +++ b/spring-grpc-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc @@ -57,9 +57,9 @@ or Two new folders will be generated containing the source code for the stubs. -_For Maven_: `target/generated-sources/protobuf/grpc-java` and `target/generated-sources/protobuf/java`. +_For Maven_: `target/generated-sources/protobuf/grpc-java` and `target/generated-sources/protobuf/java` -_For Gradle_: `build/generated/source/proto/main/grpc` and `build/generated/source/proto/main/java`) +_For Gradle_: `build/generated/source/proto/main/grpc` and `build/generated/source/proto/main/java` You may need to instruct your IDE to mark them as source roots. In IntelliJ IDEA, right-click the folder, choose `Mark Directory As` -> `Generated Source Root`.