Frege / frege-native-gen

Frege code generator for Java classes
17 stars 9 forks source link

Java 8 as requirement? #11

Closed Dierk closed 9 years ago

Dierk commented 9 years ago

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

mmhelloworld commented 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).

Dierk commented 9 years ago

hm, have to see where else that comes from...

thanks for checking! Dierk

Ingo60 commented 9 years ago

Mark Perry references his own artifact in the gradle plug in. That's why I opened this issue there.

mperry commented 9 years ago

I will have a look at this tonight.

mperry commented 9 years ago

I addressed the last issue with using Java 7 with #26.