Skip to content

Commit

Permalink
Build java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
wilmveel committed Nov 20, 2023
1 parent 0360818 commit 15f93d4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: gradle
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: gradle
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: gradle
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: gradle
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
Expand All @@ -180,7 +180,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: gradle
- name: Run
Expand All @@ -203,7 +203,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: gradle
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: gradle
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
Expand All @@ -305,7 +305,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: gradle
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
Expand Down

0 comments on commit 15f93d4

Please sign in to comment.