File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cli/spring-boot-cli/src/main/homebrew Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ class SpringBoot < Formula
99
1010 def install
1111 if build . head?
12- system './gradlew spring-boot-project:spring-boot-tools :spring-boot-cli:tar'
13- system 'tar -xzf spring-boot-project /spring-boot-tools/spring-boot- cli/build/distributions/spring-* -C spring-boot-project/spring-boot-tools /spring-boot-cli/build/distributions'
14- root = 'spring-boot-project/spring-boot-tools /spring-boot-cli/build/distributions/spring-*'
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-*'
1515 else
1616 root = '.'
1717 end
You can’t perform that action at this time.
0 commit comments