Skip to content

Commit 83160d6

Browse files
authored
Preserve method parameter names in nf-lang JAR (#6355)
Signed-off-by: Ben Sherman <[email protected]>
1 parent d558ee3 commit 83160d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/nf-lang/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ plugins {
1717
id 'antlr'
1818
}
1919

20+
compileJava {
21+
options.compilerArgs << '-parameters'
22+
}
23+
2024
dependencies {
2125
antlr 'me.sunlan:antlr4:4.13.2.6'
2226
api 'org.apache.groovy:groovy:4.0.28'

0 commit comments

Comments
 (0)