azkaban 编码错误

问题遇到的现象和发生背景

下载好azkaban后开始编译

问题相关代码,请勿粘贴截图

这里已经装好git了
./gradlew build installDist ‐x test

运行结果及报错内容

使用jdk1.7的话,报错就是

  • Where:
    Build file '/export/servers/azkaban-3.51.0/build.gradle' line: 127

  • What went wrong:
    A problem occurred evaluating root project 'azkaban'.

    java.lang.UnsupportedClassVersionError: net/ltgt/gradle/errorprone/ErrorPronePlugin : Unsupported major.minor version 52.0

使用jdk1.8,报错就是
1: Task failed with an exception.


  • What went wrong:
    Execution failed for task ':az-core:compileJava'.

    Compilation failed with exit code 1; see the compiler error output for details.

  • Try:

    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

2: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':az-flow-trigger-dependency-plugin:compileJava'.

    Compilation failed with exit code 1; see the compiler error output for details.

其中我看了看上面的报错代码
An exception has occurred in the compiler ((version info not available)). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com/) after checking the Bug Database (http://bugs.java.com/) for duplicates. Include your program and the following diagnostic in your report. Thank you.
java.util.zip.ZipError: zip END header not found

我的解答思路和尝试过的方法

试过换jdk解决,但是不行,后面换gradle文件和指定路径也不行

我想要达到的结果

azkaban编译成功

类似依赖上有问题吗?
很久没搞azkaban了,搞HA很麻烦,而且比较重,所以后面都改用xxl-job去了。。。