Scuilion / gradle-syntastic-plugin

A Gradle plugin for integrating your Java project with Vim and Syntastic.
47 stars 3 forks source link

Add support for older jdks #9

Closed calid closed 8 years ago

calid commented 8 years ago

When installing the plugin I get the following error:

java.lang.UnsupportedClassVersionError: com/scuilion/gradle/plugins/syntastic/SyntasticPlugin : Unsupported major.minor version 52.0
> com/scuilion/gradle/plugins/syntastic/SyntasticPlugin : Unsupported major.minor version 52.0

I know java 7 is technically end-of-life, but a lot of people are still using it (especially for work), can you upload release artifacts with an older target compatibility?

Scuilion commented 8 years ago

Try this: https://plugins.gradle.org/plugin/com.scuilion.syntastic/0.3.6-java7

calid commented 8 years ago

Great success! thank you