Attempt to fix plugin mess

This commit is contained in:
Dave Syer
2025-05-28 12:52:19 +01:00
parent d1b8a84637
commit c2a43c2f87
12 changed files with 225 additions and 156 deletions

View File

@@ -11,7 +11,7 @@ Generate the project and unzip the downloaded result.
Open it in your IDE in the usual way. E.g. if you're using IntelliJ IDEA: `idea pom.xml`; or for VSCode `code .`.
Define a `.proto` service definition file `src/main/proto/hello.proto` with the following contents:
Define a `.proto` service definition file `src/main/protobuf/hello.proto` with the following contents:
[source,proto]
----