crotwell / gradle-macappbundle

A Gradle Plugin to create a Mac OSX .app application and dmg based on the project.
Apache License 2.0
94 stars 33 forks source link

Unsupported major.minor version 52.0 #36

Closed bmuschko closed 8 years ago

bmuschko commented 8 years ago

I am using this plugin with Java 7. However, it seems like your plugin has been compiled with Java 8. I get the following error message:

java.lang.UnsupportedClassVersionError: edu/sc/seis/macAppBundle/MacBundlePlugin: Unsupported major.minor version 52.0

Would you mind producing a new version of the plugin by setting the source and target compatibility in your build.gradle file so it can be used with Java 7?

sourceCompatibility = 1.7
targetCompatibility = 1.7
crotwell commented 8 years ago

Done, will upload new version shortly.