File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
cli/spring-boot-cli/src/main/homebrew Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,9 @@ class SpringBoot < Formula
55 url '${repo}/org/springframework/boot/spring-boot-cli/${version}/spring-boot-cli-${version}-bin.tar.gz'
66 version '${version}'
77 sha256 '${hash}'
8- head 'https://github.com/spring-projects/spring-boot.git' , :branch => "main"
98
109 def install
11- if build . head?
12- system './gradlew cli:spring-boot-cli:tar'
13- system 'tar -xzf cli/spring-boot-cli/build/distributions/spring-* -C cli/spring-boot-cli/build/distributions'
14- root = 'cli/spring-boot-cli/build/distributions/spring-*'
15- else
16- root = '.'
17- end
18-
19- libexec . install Dir [ "#{ root } /*" ]
10+ libexec . install Dir [ "./*" ]
2011 ( bin /"spring" ) . write_env_script libexec /"bin/spring" , { }
2112
2213 bash_comp = libexec /"shell-completion/bash/spring"
You can’t perform that action at this time.
0 commit comments