Skip to content

Commit

Permalink
Allow native spring-boot-image-tests to run without an existing snapshot
Browse files Browse the repository at this point in the history
Closes gh-38757
  • Loading branch information
scottfrederick committed Dec 12, 2023
1 parent b8021db commit 823054f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
}
Expand Down

0 comments on commit 823054f

Please sign in to comment.