You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use it on a Jenkins plugin I've been working on, which requires JDK6 support. Unfortunately I get the following error:
Error:
FAILURE: Build failed with an exception.
* What went wrong:
java.lang.UnsupportedClassVersionError: co/riiid/gradle/GithubPlugin : Unsupported major.minor version 51.0
> co/riiid/gradle/GithubPlugin : Unsupported major.minor version 51.0
Version:
plugins {
id "co.riiid.gradle" version "0.4.2"
}
Any chance you could release the next (/future) versions using JDK6 please? I've already tried building it, and it was successful.
The text was updated successfully, but these errors were encountered:
Hi, great plugin, thanks for creating it!
I wanted to use it on a Jenkins plugin I've been working on, which requires JDK6 support. Unfortunately I get the following error:
Error:
Version:
Any chance you could release the next (/future) versions using JDK6 please? I've already tried building it, and it was successful.
The text was updated successfully, but these errors were encountered: