Gobblin build terminates due to gradle bug : Execution failed for task ':gobblin-api:javadoc'

I am trying to compile gobblin with gradle but terminates with an error of javadoc.

I had a workaround: disabling javadoc and bingo it is ok !

The output is : [ERROR] [system.err] javadoc: error - invalid flag: -qu?et

I think the ? is the letter “ı” which is lower case of “I” in turkish. I was using JVM options for changing locale and language for the workaround of similar problems on other platforms but for this case not works.

I tried to work on source code by debugging, but antoher problem rises. The downloaded source can not be build via it self. Some class methods are missing.

I should try to fix the bug but because of really complex execution lifecycle, i could not get in to :frowning: