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`.