We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e24da7 commit cb1e438Copy full SHA for cb1e438
1 file changed
build.gradle.kts
@@ -66,7 +66,7 @@ configure(subprojects) {
66
tasks.test {
67
useJUnitPlatform()
68
// https://github.com/gradle/gradle/issues/7773
69
- systemProperties(System.getProperties().map { (k, v) -> k.toString() to v }.toMap())
+ // systemProperties(System.getProperties().map { (k, v) -> k.toString() to v }.toMap())
70
}
71
tasks.withType<JavaCompile> {
72
options.compilerArgs.add("-parameters")
0 commit comments