[Build] Remove usages of Provider.forUseAtConfigurationTime()
It's not required anymore and was deprecated since Gradle 7.4 #KTI-1221 In Progress
This commit is contained in:
committed by
Space Team
parent
58490ea184
commit
407a2d4203
@@ -331,8 +331,7 @@ fun Test.setUpBoxTests() {
|
||||
|
||||
systemProperty("kotlin.js.test.root.out.dir", "$nodeDir/")
|
||||
systemProperty(
|
||||
"overwrite.output", project.providers.gradleProperty("overwrite.output")
|
||||
.forUseAtConfigurationTime().orNull ?: "false"
|
||||
"overwrite.output", project.providers.gradleProperty("overwrite.output").orNull ?: "false"
|
||||
)
|
||||
|
||||
forwardProperties()
|
||||
|
||||
Reference in New Issue
Block a user