Test task and Java 9

Hi @Stefan_Wolf

Thank you for the suggestion. Yes, it worked however I got another error when compiling the project:

java.lang.IllegalAccessError: class lombok.javac.apt.LombokProcessor (in unnamed module @0x277818a4) cannot access class com.sun.tools.javac.util.Context (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.util to unnamed module @0x277818a4

I tried the following JAVA_JDK_OPTIONS: --permit-illegal-access -Djdk.attach.allowAttachSelf=true --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED

However Gradle still complains about compilation error. Can you please advise?