You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was experimenting with the new package mapping option. If Java-11 is already in the CI jobs, probably the first command did the thing. But still, I was having compilation issues when running build with java-11. I was seeing issues with File. When I have some spare time, I will replicate and post the error codes during compilation with java-11.
I was following the readme and did
and when I tried to run
protoc
it gave me thecould not find or load main class pbandk.gen.MainKt
error. The solution was:./gradlew :protoc-gen-pbandk:protoc-gen-pbandk-lib:build
I am not sure which lead to the solution just opening the issue to guide others.
The text was updated successfully, but these errors were encountered: