Upgrade to Gradle 8.12

Closes gh-43649
This commit is contained in:
Andy Wilkinson
2025-01-02 11:12:09 +00:00
parent 734040abe2
commit d8a9ebd14b
20 changed files with 249 additions and 222 deletions

View File

@@ -116,8 +116,8 @@ if (BuildProperties.get(project).buildType() == BuildType.OPEN_SOURCE) {
}
def homebrewFormulaArtifact = artifacts.add("archives", file(layout.buildDirectory.file("homebrew/spring-boot.rb"))) {
type "rb"
classifier "homebrew"
type = "rb"
classifier = "homebrew"
builtBy "homebrewFormula"
}