diff --git a/build.gradle b/build.gradle index a4aca02a..1e542c80 100644 --- a/build.gradle +++ b/build.gradle @@ -60,6 +60,7 @@ ext { } compileJava.options.encoding = 'UTF-8' +compileJava.options.compilerArgs << '-parameter' sourceCompatibility = 1.8 targetCompatibility = 1.8