[Gradle] Test native tasks with Gradle 8.4 Configuration Cache

^KT-63044 In Progress
This commit is contained in:
Anton Lakotka
2023-11-02 17:13:55 +01:00
committed by Space Team
parent 096cb0abce
commit 704adc053a
@@ -21,7 +21,7 @@ class MacosCapableConfigurationCacheIT : AbstractConfigurationCacheIT() {
@DisplayName("works with native tasks in complex project")
@GradleTestVersions(
minVersion = TestVersions.Gradle.G_7_4,
additionalVersions = [TestVersions.Gradle.G_7_6],
maxVersion = TestVersions.Gradle.G_8_4,
)
@GradleTest
fun testNativeTasks(gradleVersion: GradleVersion) {