Skip to content

Commit

Permalink
feat: make Jikkou available through SDKMan (#267)
Browse files Browse the repository at this point in the history
Fixes: #267
  • Loading branch information
fhussonnois committed Oct 16, 2023
1 parent 3abec4e commit 8ba2ebf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ jobs:
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
JRELEASER_SDKMAN_CONSUMER_KEY: ${{ secrets.JRELEASER_SDKMAN_CONSUMER_KEY }}
JRELEASER_SDKMAN_CONSUMER_TOKEN: ${{ secrets.JRELEASER_SDKMAN_CONSUMER_TOKEN }}
run: ./mvnw -ntp -B --file ./jikkou-cli/pom.xml -Prelease -DartifactsDir=artifacts jreleaser:full-release

- name: 'JReleaser output'
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,11 @@ limitations under the License.
</release>
<distributions>
<jikkou>
<name>jikkou</name>
<type>BINARY</type>
<sdkman>
<active>RELEASE</active>
</sdkman>
<artifacts>
<artifact>
<path>
Expand Down

0 comments on commit 8ba2ebf

Please sign in to comment.