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.
2 parents 97f9ed7 + eef0086 commit 0bc0ca4Copy full SHA for 0bc0ca4
.github/workflows/maven.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Release to maven central
32
if: github.ref_name == 'master' && github.event_name != 'pull_request' && github.repository == 'swisspost/jsonschema2pojo-openenum'
33
run: |
34
- curl -s get.sdkman.io | bash
+ curl -s https://get.sdkman.io | bash
35
source "$HOME/.sdkman/bin/sdkman-init.sh"
36
sdk install groovy 3.0.8
37
@@ -43,4 +43,4 @@ jobs:
43
CI_GPG_PASSPHRASE: ${{ secrets.CI_GPG_PASSPHRASE }}
44
45
- name: After release
46
- run: bash <(curl -s https://codecov.io/bash)
+ run: bash <(curl -s https://codecov.io/bash)
0 commit comments