net.twisterrob.gradle icon indicating copy to clipboard operation
net.twisterrob.gradle copied to clipboard

Revise configuration laziness test

Open TWiStErRob opened this issue 2 years ago • 1 comments

https://gradle-community.slack.com/archives/CDB9Q0MPT/p1679686024669839?thread_ts=1679597042.250069&cid=CDB9Q0MPT

TWiStErRob avatar Mar 24 '23 19:03 TWiStErRob

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"
	}
}

TWiStErRob avatar Mar 24 '23 19:03 TWiStErRob