net.twisterrob.gradle
net.twisterrob.gradle copied to clipboard
Revise configuration laziness test
https://gradle-community.slack.com/archives/CDB9Q0MPT/p1679686024669839?thread_ts=1679597042.250069&cid=CDB9Q0MPT
Does this ever run?
tasks.withType<Test>().configureEach {
onlyIf {
it.project.property("net.twisterrob.test.android.pluginVersion").toString() == "7.3.0" &&
it.project.property("net.twisterrob.test.kotlin.pluginVersion").toString() == "1.6.21"
}
}