2
0
Эх сурвалжийг харах

Compile with parameter names

Closes gh-10240
Eleftheria Stein 4 жил өмнө
parent
commit
df6ed74303
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      build.gradle

+ 1 - 0
build.gradle

@@ -104,6 +104,7 @@ subprojects {
 	}
 	tasks.withType(JavaCompile) {
 		options.encoding = "UTF-8"
+		options.compilerArgs.add("-parameters")
 	}
 }