File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
spring-boot-project/spring-boot-cli Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 349
349
property=" checksum" />
350
350
<echo
351
351
message=" Customizing homebrew for ${project.version} with checksum ${checksum} in ${repo} repo" />
352
- <copy file =" ${basedir}/src/main/homebrew/springboot .rb"
353
- tofile=" ${project.build.directory}/homebrew/springboot .rb"
352
+ <copy file =" ${basedir}/src/main/homebrew/spring-boot .rb"
353
+ tofile=" ${project.build.directory}/homebrew/spring-boot .rb"
354
354
overwrite=" true" >
355
355
<filterchain >
356
356
<expandproperties />
357
357
</filterchain >
358
358
</copy >
359
359
<attachartifact
360
- file=" ${project.build.directory}/homebrew/springboot .rb"
360
+ file=" ${project.build.directory}/homebrew/spring-boot .rb"
361
361
classifier=" homebrew" type =" rb" />
362
362
</target >
363
363
</configuration >
Original file line number Diff line number Diff line change 1
1
require 'formula'
2
2
3
- class Springboot < Formula
3
+ class SpringBoot < Formula
4
4
homepage 'https://spring.io/projects/spring-boot'
5
5
url 'https://repo.spring.io/${repo}/org/springframework/boot/spring-boot-cli/${project.version}/spring-boot-cli-${project.version}-bin.tar.gz'
6
6
version '${project.version}'
You can’t perform that action at this time.
0 commit comments