Now I seem to be seeing this problem a lot:
The java class could not be loaded. java.lang.UnsupportedClassVersionError: org/gradle/BootstrapMain (Unsupported major.minor version 49.0)
When I try to run gradle commands. The same command runs from hudson cis but not from a putty terminal. What causes this issue?
JerodLass wrote:
I've been using IBM's jdk and ant tasks, which I use a custom ant task definition for in gradle, to deploy EJBs. Projects (not all, but some) that could build several months ago now fail with gradle 0.6 during ejb deploys for bizarre classpath and property reasons. This is more likely due to changes in jdks, projects themselves, environment, etc., than changes in gradle, but has anyone found a simple and/or consistent way to deploy an EJB using gradle?
Thank you,
Jerod