Enonic version: 6.8.1
OS: OSX
Hello.
I understand that this probably isn’t a product error, but im stuck trying to figure it out.
I want to build my projects on Travis-CI, however it fails with the following error:
FAILURE: Build failed with an exception.
* Where:
Build file '/home/travis/build/ljl/xp/build.gradle' line: 14
* What went wrong:
A problem occurred evaluating root project 'web'.
> java.lang.UnsupportedClassVersionError: com/enonic/xp/tools/gradle/AppPlugin : Unsupported major.minor version 52.0
Line 14 contains: apply plugin: 'com.enonic.xp.app'
This happens when running ./gradlew assemble
-command
Edit: I’ve tested with multiple projects, and it always happens on the line containing apply plugin: 'com.enonic.xp.app'