Skip to content

Commit

Permalink
build: Add Sdkman distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Mar 9, 2022
1 parent 50abfd1 commit 3b1098b
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -123,4 +123,6 @@ jobs:
- name: 'Create release'
env:
JRELEASER_GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_TOKEN }}
JRELEASER_SDKMAN_CONSUMER_KEY: ${{ secrets.JRELEASER_SDKMAN_CONSUMER_KEY }}
JRELEASER_SDKMAN_CONSUMER_TOKEN: ${{ secrets.JRELEASER_SDKMAN_CONSUMER_TOKEN }}
run: ./mvnw --no-transfer-progress -Pjreleaser -pl :neo4j-migrations-parent jreleaser:full-release
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,10 @@
</tap>
<formulaName>neo4j-migrations</formulaName>
</brew>
<sdkman>
<active>ALWAYS</active>
<candidate>neo4jmigrations</candidate>
</sdkman>
</neo4j-migrations>
<neo4j-migrations-no-arch>
<type>JAVA_BINARY</type>
Expand Down

0 comments on commit 3b1098b

Please sign in to comment.