From 741fc64a916b819cf0914271ca7725a76abdf935 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:54:02 +0000 Subject: [PATCH] Update dependency gradle to v9 --- system-tests/gradle-cucumber/gradle-project/build.gradle.kts | 2 ++ .../gradle-project/gradle/wrapper/gradle-wrapper.properties | 2 +- .../gradle-project/gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/system-tests/gradle-cucumber/gradle-project/build.gradle.kts b/system-tests/gradle-cucumber/gradle-project/build.gradle.kts index 505996bca..07d5fea70 100644 --- a/system-tests/gradle-cucumber/gradle-project/build.gradle.kts +++ b/system-tests/gradle-cucumber/gradle-project/build.gradle.kts @@ -46,6 +46,8 @@ tasks.test { tasks.register("tiaTests") { useJUnitPlatform() + testClassesDirs = sourceSets.test.get().output.classesDirs + classpath = sourceSets.test.get().runtimeClasspath configure { partition = "Cucumber Tests" collectTestwiseCoverage = true diff --git a/system-tests/gradle-cucumber/gradle-project/gradle/wrapper/gradle-wrapper.properties b/system-tests/gradle-cucumber/gradle-project/gradle/wrapper/gradle-wrapper.properties index e18bc253b..1a704683a 100644 --- a/system-tests/gradle-cucumber/gradle-project/gradle/wrapper/gradle-wrapper.properties +++ b/system-tests/gradle-cucumber/gradle-project/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/system-tests/gradle-multi-module/gradle-project/gradle/wrapper/gradle-wrapper.properties b/system-tests/gradle-multi-module/gradle-project/gradle/wrapper/gradle-wrapper.properties index e18bc253b..1a704683a 100644 --- a/system-tests/gradle-multi-module/gradle-project/gradle/wrapper/gradle-wrapper.properties +++ b/system-tests/gradle-multi-module/gradle-project/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME