Browse Source

Use -parameters

Rob Winch 1 month ago
parent
commit
0ec9d87d58
1 changed files with 4 additions and 1 deletions
  1. 4 1
      servlet/xml/java/contacts/build.gradle

+ 4 - 1
servlet/xml/java/contacts/build.gradle

@@ -53,5 +53,8 @@ dependencies {
 
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
-	
+}
+
+tasks.withType(JavaCompile).configureEach {
+	options.compilerArgs << "-parameters"
 }