Skip to content

Commit

Permalink
Fix sdkman.io url
Browse files Browse the repository at this point in the history
  • Loading branch information
mcweba authored Mar 27, 2023
1 parent cd9541b commit 80d01a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Release to maven central
if: github.ref_name == 'master' && github.event_name != 'pull_request' && github.repository == 'swisspost/vertx-rest-mirror'
run: |
curl -s get.sdkman.io | bash
curl -s https://get.sdkman.io | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk install groovy 3.0.8
Expand Down

0 comments on commit 80d01a9

Please sign in to comment.