Skip to content

Commit c60aaa9

Browse files
committed
Delete obsolete test task configuration
1 parent 75fa79e commit c60aaa9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

platform-tooling-support-tests/platform-tooling-support-tests.gradle.kts

-6
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,6 @@ val test by testing.suites.getting(JvmTestSuite::class) {
192192
jvmArgumentProviders += JarPath(project, antJarsClasspath.get(), "antJars")
193193
jvmArgumentProviders += MavenDistribution(project, unzipMavenDistribution, mavenDistributionDir)
194194

195-
if (buildParameters.javaToolchain.version.getOrElse(21) < 24) {
196-
(options as JUnitPlatformOptions).apply {
197-
includeEngines("archunit")
198-
}
199-
}
200-
201195
inputs.apply {
202196
dir("projects").withPathSensitivity(RELATIVE)
203197
file("${rootDir}/gradle.properties").withPathSensitivity(RELATIVE)

0 commit comments

Comments
 (0)