Skip to content

Commit cb1e438

Browse files
committed
fix(build): 注释掉测试任务中设置系统属性的代码
1 parent 3e24da7 commit cb1e438

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ configure(subprojects) {
6666
tasks.test {
6767
useJUnitPlatform()
6868
// https://github.com/gradle/gradle/issues/7773
69-
systemProperties(System.getProperties().map { (k, v) -> k.toString() to v }.toMap())
69+
// systemProperties(System.getProperties().map { (k, v) -> k.toString() to v }.toMap())
7070
}
7171
tasks.withType<JavaCompile> {
7272
options.compilerArgs.add("-parameters")

0 commit comments

Comments
 (0)