Skip to content

Commit

Permalink
updated java version
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Mar 3, 2024
1 parent f8cf15e commit d9698d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 19
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '19'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 19
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '19'
distribution: 'temurin'
- name: Publish with Gradle to Hangar
uses: gradle/[email protected]
Expand Down

0 comments on commit d9698d0

Please sign in to comment.