kt3k / coveralls-gradle-plugin

👨‍🔧 gradle plugin for coveralls
https://plugins.gradle.org/plugin/com.github.kt3k.coveralls
MIT License
253 stars 54 forks source link

JDK 8 required? Error:Cause: org/kt3k/gradle/plugin/CoverallsPlugin : Unsupported major.minor version 52.0 #54

Closed Petikoch closed 7 years ago

Petikoch commented 8 years ago

Hi,

today I upgraded your plugin from 2.4.0 to 2.6.0 in a Java 7 project.

I got an error Error:Cause: org/kt3k/gradle/plugin/CoverallsPlugin : Unsupported major.minor version 52.0. Obviously the plugin needs Java 8 in version 2.6.0? Right?

Would be nice to have a hint regarding compatibility / requirements in the README.md.

What do you think?

Best regards from Switzerland, Peti

kt3k commented 8 years ago

Sorry for that. That was completely a mistake. I supposed to support at least oracle jdk 7 and 8.

I've published v2.6.3 to maven & bintray. That should work with Java 7.

Thanks,

Petikoch commented 8 years ago

Thanks a lot for the quick reaction. v2.6.3 works fine with Java 7!

aalmiray commented 7 years ago

Unfortunately 2.7.0 brought back the problem. The binaries were compiled with JDK8 as target. I've got the following error in a Travis build set to oraclejdk7

> java.lang.UnsupportedClassVersionError: org/kt3k/gradle/plugin/CoverallsPlugin : Unsupported major.minor version 52.0
kt3k commented 7 years ago

Sorry. I'll fix it soon.

kt3k commented 7 years ago

Published v2.7.1 to maven central and jcenter. It must work with java 7.

Thanks for the support! @aalmiray