Merge branch '3.3.x'
Closes gh-43649 in 3.4.x Closes gh-43651
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user