sofa-rpc
sofa-rpc copied to clipboard
package triple does not exist issue
Describe the bug
When I cloned the repository and build the project in Intellij, it failed with package triple does not exist.
Expected behavior
It should compile successfully.
Actual behavior

I had to manually mark the remoting/remoting-triple/build/generated/source/proto/main/java folder as Sources to make it compile successfully.

Steps to reproduce
- git clone repository
- open it in Intellij
- build project
Any idea for it? It's quite unfriendly, especially for freshman.
https://github.com/sofastack/sofa-rpc/pull/1412