Skip to content

Commit

Permalink
ci: update java to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
ujizin committed Jan 14, 2024
1 parent eb17c1d commit bced9a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
name: Release build and publish
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
- name: checkout
uses: actions/checkout@v3
- name: set up JDK 17
uses: actions/setup-java@v3
with:
distribution: adopt
java-version: 11
java-version: '17'
distribution: 'temurin'
- name: Release build
run: ./gradlew :camposer:assembleRelease
- name: Source jar and dokka
Expand Down

0 comments on commit bced9a3

Please sign in to comment.