Polish "Reinstate changes from 'Improve Gradle instructions in README.md'"

Signed-off-by: Chris Bono <chris.bono@gmail.com>
This commit is contained in:
Chris Bono
2025-05-31 13:45:21 -05:00
parent a37b188917
commit e0be15a051
2 changed files with 4 additions and 4 deletions

View File

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

View File

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