From 7970fce620d8d8f4f4e557b3c2a5e50db09ba4f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Prante?= Date: Sun, 19 Jan 2020 15:35:26 +0100 Subject: [PATCH] cosmetic --- build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle b/build.gradle index 122be56..16001e0 100644 --- a/build.gradle +++ b/build.gradle @@ -175,14 +175,12 @@ sonarqube { afterEvaluate { compileJava { - inputs.property("moduleName", 'org.xbib.guice') doFirst { options.compilerArgs = ['--module-path', classpath.asPath] classpath = files() } } javadoc { - inputs.property("moduleName", 'org.xbib.guice') doFirst { options.addStringOption('Xdoclint:none', '-quiet') options.addStringOption('-module-path', classpath.asPath)