Closed d-wojciechowski closed 4 years ago
This looks like it may be an issue with the version of protoc. I'll take a look at it and see what I can find.
Hey, It seems that it may not be related to rsocket-rpc-java. issue on gradle-intellij-plugin
I am not sure what may be the followup of this ticket. Should I close it?
Expected Behavior
A project with both gradle-intellij-plugin and rsocket-rpc compile successfully.
Current Behavior
When both gradle-intellij-plugin and rsocket-rpc are configured in Gradle build file, build process fails on compileJava with the following message (for readability on Pastebin, and attached below) out-error.log out.log Pastebin
Steps to Reproduce
Context (Environment)
I am implementing opensource plugin to IntelliJ idea which will connect to another program on another machine via rsocket-rpc. I need to have generated and compiled java files o be able to use RPC goodness.
Detailed Description
I have no experience in Gradle plugin development and I am not able to find out where exactly the problem is. Maybe in the debug session, there would be a possibility to find an exact solution