nebula-plugins / gradle-extra-configurations-plugin

Gradle plugin introducing a provided dependency configuration and marking a dependency as optional.
Apache License 2.0
139 stars 18 forks source link

Support java 6 #28

Closed takacsot closed 8 years ago

takacsot commented 8 years ago

When using java 6 environment I got error message of "Unsupported major.minor version 51.0"

If there is not specific reason against it would be great to support java 6 too.

rspieldenner commented 8 years ago

Feel free to fork and release internally to your org. Java 7 is already end of life so these are more likely to roll on to Java 8 or 9. On Mon, Apr 25, 2016 at 1:27 AM Ottó Takács notifications@github.com wrote:

When using java 6 environment I got error message of "Unsupported major.minor version 51.0"

If there is not specific reason against it would be great to support java 6 too.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/nebula-plugins/gradle-extra-configurations-plugin/issues/28

DanielThomas commented 8 years ago

IIRC, Gradle also plans on moving to Java 7 compatibility for Gradle itself, so Java 6 support would be a stop gap at best.