cjstehno / gradle-natives

Gradle plugin to aid in managing native libraries associated with Java-based projects.
http://cjstehno.github.io/gradle-natives/
Apache License 2.0
32 stars 4 forks source link

Plugin only works on Java 8. #8

Closed stephan-gh closed 9 years ago

stephan-gh commented 9 years ago

I tried to use the plugin in a project today but it looks like it is compiled with Java 8, so it won't work in any Java 7 projects. Many projects can not yet upgrade to Java 7 so it would be important to be also able to use it there. Could you check if you can compile it with Java 7 instead? Thanks in advance!

com/stehno/gradle/natives/NativesPlugin : Unsupported major.minor version 52.0

cjstehno commented 9 years ago

Good point. I will try to resolve this in the next few days.

cjstehno commented 9 years ago

I have updated the plugin to build with Java 7 - note the plugin version change (0.2.1). It has been pushed to the Bintray/JCenter repo, but not the Gradle plugins portal; I'm not sure how quickly they pull in update versions. Please re-open this issue if problems remain or create other issue tickets as required.