From 83e58692052125a1b5fdece8e990b1c7eae88bfa Mon Sep 17 00:00:00 2001 From: diguage Date: Wed, 21 Aug 2024 15:23:40 +0800 Subject: [PATCH] Update compatibility-tests.gradle Gradle has a problem: https://github.com/spring-projects/spring-framework/pull/33213, so upgrade to 8.9 --- gradle/compatibility-tests.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/compatibility-tests.gradle b/gradle/compatibility-tests.gradle index d51fd860..fc57e124 100644 --- a/gradle/compatibility-tests.gradle +++ b/gradle/compatibility-tests.gradle @@ -4,7 +4,7 @@ pluginManager.withPlugin('org.ysb33r.cloudci') { ci { no_ci { gradleTest { - versions '7.0.2', '7.6.1', '8.5', '8.8' + versions '7.0.2', '7.6.1', '8.5', '8.9' } } }