Closed Dierk closed 9 years ago
Java 8 is not a requirement and the native-gen artifact from the releases page seems to have been compiled with Java 7 (major version 51 from the output of javap
).
hm, have to see where else that comes from...
thanks for checking! Dierk
Mark Perry references his own artifact in the gradle plug in. That's why I opened this issue there.
I will have a look at this tonight.
I addressed the last issue with using Java 7 with #26.
It appears the artifacts are compiled with Java 8 as the target version. Is that on purpose? Is Java 8 required? (The question was originally posted by Ingo on the frege-gradle-plugin project that depends on native-gen)
cheers Dierk