Skip to content

Commit

Permalink
Merge branch '3.2.x' into 3.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Sep 30, 2024
2 parents fa92b96 + 7f8fe42 commit 2bb34e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildSrc/SpringRepositorySupport.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit 2bb34e4

Please sign in to comment.