Skip to content

Commit 823054f

Browse files
Allow native spring-boot-image-tests to run without an existing snapshot
Closes gh-38757
1 parent b8021db commit 823054f

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-system-tests/spring-boot-image-tests/src/systemTest/resources/org/springframework/boot/image/paketo

1 file changed

+1
-1
lines changed

spring-boot-system-tests/spring-boot-image-tests/src/systemTest/resources/org/springframework/boot/image/paketo/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pluginManagement {
1414
}
1515
resolutionStrategy {
1616
eachPlugin {
17-
if (requested.id.id == "org.springframework.boot") {
17+
if (requested.id.id.startsWith("org.springframework.boot")) {
1818
useModule "org.springframework.boot:spring-boot-gradle-plugin:${requested.version}"
1919
}
2020
}

0 commit comments

Comments
 (0)