Skip to content

Commit 0ec9d87

Browse files
committed
Use -parameters
1 parent c646c57 commit 0ec9d87

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

servlet/xml/java/contacts/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,8 @@ dependencies {
5353

5454
tasks.withType(Test).configureEach {
5555
useJUnitPlatform()
56-
56+
}
57+
58+
tasks.withType(JavaCompile).configureEach {
59+
options.compilerArgs << "-parameters"
5760
}

0 commit comments

Comments
 (0)