Skip to content

Commit

Permalink
Setup CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
jbachorik committed Dec 12, 2024
1 parent 4df8126 commit f35ab63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
publish-snapshot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Prepare test JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: "21.0.3"
- name: Publish
run: |
./gradlew publish

0 comments on commit f35ab63

Please sign in to comment.