Skip to content

Commit 25828fe

Browse files
committed
Remove WARN: Using deprecated '-debug' fallback for parameter name resolution
Closes gh-79
1 parent 450388a commit 25828fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ subprojects { project->
141141
inputs.files(tasks.named('processResources'))
142142
}
143143

144+
tasks.withType(GroovyCompile) {
145+
options.compilerArgs << '-parameters'
146+
}
147+
144148
groovydoc.classpath = configurations.documentation
145149
}
146150

0 commit comments

Comments
 (0)