We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72f357 commit 26c178eCopy full SHA for 26c178e
ci/scripts/update-homebrew-tap.sh
@@ -7,7 +7,7 @@ git clone homebrew-tap-repo updated-homebrew-tap-repo > /dev/null
7
8
if [[ $LATEST_GA = true ]]; then
9
pushd updated-homebrew-tap-repo > /dev/null
10
- curl https://repo.spring.io/libs-release-local/org/springframework/boot/spring-boot-cli/${version}/spring-boot-cli-${version}-homebrew.rb --output spring-boot-cli-${version}-homebrew.rb
+ curl https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-cli/${version}/spring-boot-cli-${version}-homebrew.rb --output spring-boot-cli-${version}-homebrew.rb
11
rm spring-boot.rb
12
mv spring-boot-cli-*.rb spring-boot.rb
13
git config user.name "Spring Builds" > /dev/null
0 commit comments