Skip to content

Commit

Permalink
Remove WARN: Using deprecated '-debug' fallback for parameter name re…
Browse files Browse the repository at this point in the history
…solution

Closes gh-79
  • Loading branch information
rainboyan committed Jan 5, 2025
1 parent 450388a commit 25828fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ subprojects { project->
inputs.files(tasks.named('processResources'))
}

tasks.withType(GroovyCompile) {
options.compilerArgs << '-parameters'
}

groovydoc.classpath = configurations.documentation
}

Expand Down

0 comments on commit 25828fe

Please sign in to comment.