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 349349 property=" checksum" />
350350 <echo
351351 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"
354354 overwrite=" true" >
355355 <filterchain >
356356 <expandproperties />
357357 </filterchain >
358358 </copy >
359359 <attachartifact
360- file=" ${project.build.directory}/homebrew/springboot .rb"
360+ file=" ${project.build.directory}/homebrew/spring-boot .rb"
361361 classifier=" homebrew" type =" rb" />
362362 </target >
363363 </configuration >
Original file line number Diff line number Diff line change 11require 'formula'
22
3- class Springboot < Formula
3+ class SpringBoot < Formula
44 homepage 'https://spring.io/projects/spring-boot'
55 url 'https://repo.spring.io/${repo}/org/springframework/boot/spring-boot-cli/${project.version}/spring-boot-cli-${project.version}-bin.tar.gz'
66 version '${project.version}'
You can’t perform that action at this time.
0 commit comments