Skip to content

Commit a1b084f

Browse files
committed
fix(build): Incorrect property lookup
1 parent 866dd76 commit a1b084f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ testing {
107107
}
108108
targets.configureEach {
109109
testTask.configure {
110-
enabled = providers.systemProperty("runBuildSrcTests").isPresent or providers.systemProperty("idea.active").isPresent
110+
enabled = providers.gradleProperty("runBuildSrcTests").isPresent or providers.systemProperty("idea.active").isPresent
111111
}
112112
}
113113
}

0 commit comments

Comments
 (0)