From 6ba974e44757bec333e4bb420d86308f006f8a93 Mon Sep 17 00:00:00 2001 From: Camelion Date: Fri, 23 Mar 2018 11:27:37 +0300 Subject: [PATCH] changed option for javadoc generation --- build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 5d7aa99..bb6bd8a 100644 --- a/build.gradle +++ b/build.gradle @@ -86,10 +86,7 @@ compileJmhJava { javadoc { inputs.property("moduleName", moduleName) doFirst { - options.compilerArgs = [ - '--module-path', classpath.asPath, - ] - classpath = files() + options.addStringOption('-module-path', classpath.asPath) } }