Build failed on develop branch

Hey AntennaPod Team,

As an AQA Engineer i’m trying to build the app on develop branch, but my try is failed because of next exception:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':core:compileFreeDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.

The last commit belongs to silansuslu developer and its comment is: “Add keyboard shortcuts for going to the top and bottom of podcast list (#5588)”

Can anybody please help me with that problem?

What is the actual error message displayed above that summary?

In the same time the master branch doesn’t have any problem with build

Both the screenshot and the messages in the first thread just show the summary. The actual error is further up. You need to scroll up and look for the error.

Oops. Sorry! I’ve got it.
Here the full log:

and this is a piece of the picture

The only line that contains an actual error is this one:

java.lang.AssertionError: annotationType(): unrecognized Attribute name MODULE (class com.sun.tools.javac.util.UnsharedNameTable$NameImpl)

A quick Google search leads to this solution:

1 Like