Merge branch '3.2.x' into 3.3.x

This commit is contained in:
Phillip Webb 2024-09-30 15:16:06 -07:00
commit 2bb34e459a
1 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,8 @@
// version being built.
//
import java.util.function.*
def apply(settings) {
def version = property(settings, 'version')
def buildType = property(settings, 'spring.build-type')
@ -67,7 +69,7 @@ class SpringRepositoriesExtension {
private final def repositories
private final def version
private final def buildType
private final def environment
private final UnaryOperator<String> environment
@javax.inject.Inject
SpringRepositoriesExtension(repositories, version, buildType) {