Skip to content

Commit a316f7c

Browse files
committed
Remove duplicate jvmArgumentProvider
1 parent e7ca5e9 commit a316f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ val test by testing.suites.getting(JvmTestSuite::class) {
244244
preferredMaxDuration = Duration.ofMillis(500)
245245
}
246246
}
247-
jvmArgumentProviders += JavaHomeDir(project, 17, develocity.testDistribution.enabled)
247+
248248
jvmArgumentProviders += JavaHomeDir(project, 17, develocity.testDistribution.enabled)
249249

250250
val gradleJavaVersion = 21

0 commit comments

Comments
 (0)