diff --git a/spring-boot-system-tests/spring-boot-image-tests/src/systemTest/resources/org/springframework/boot/image/paketo/settings.gradle b/spring-boot-system-tests/spring-boot-image-tests/src/systemTest/resources/org/springframework/boot/image/paketo/settings.gradle index 565cc8f9726..8cf6a26b51e 100644 --- a/spring-boot-system-tests/spring-boot-image-tests/src/systemTest/resources/org/springframework/boot/image/paketo/settings.gradle +++ b/spring-boot-system-tests/spring-boot-image-tests/src/systemTest/resources/org/springframework/boot/image/paketo/settings.gradle @@ -14,7 +14,7 @@ pluginManagement { } resolutionStrategy { eachPlugin { - if (requested.id.id == "org.springframework.boot") { + if (requested.id.id.startsWith("org.springframework.boot")) { useModule "org.springframework.boot:spring-boot-gradle-plugin:${requested.version}" } }