diwakergupta / jetcd

Java client for etcd
Apache License 2.0
47 stars 14 forks source link

Provide Java 7 library #19

Closed piefel closed 9 years ago

piefel commented 9 years ago

The current library version 0.3.0 as available in Maven is compiled with Java 8. Is there a reason for it? I am stuck with Java 7 here at the moment.

diwakergupta commented 9 years ago

@piefel oversight! I upgraded my build environment to 1.8 and never explicitly specified the source/target compats. Thanks for bringing it up! Am pushing a new release with a fix.