mliotta / tokhn

Alternative blockchain written in Java
http://tokhn.io
Apache License 2.0
0 stars 3 forks source link

Tokhn won't build openjdk #4

Open mic615 opened 6 years ago

mic615 commented 6 years ago

had issues with maven building until I switched to the Oracle JDK

mliotta commented 6 years ago

It appears, the generation of Java source files for protocol buffers relies on the Oracle JDK. This is an inherited dependency that does not impact the JDK requirements for running the built code. The protocol buffer and gRPC code generation is already in a separate maven project. Once that can be built, released, and becomes available through maven central this issue should go away for anyone attempting to build tokhn itself.