mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-03 03:43:54 +01:00
Allow native spring-boot-image-tests to run without an existing snapshot
Closes gh-38757
This commit is contained in:
+1
-1
@@ -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}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user