Skip to content

Commit

Permalink
Update relase_build.yml
Browse files Browse the repository at this point in the history
oracle
  • Loading branch information
milankomaj authored Apr 19, 2024
1 parent 127ff49 commit 28b7163
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/relase_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
CERTIFICATE_BASE64: ${{ secrets.CERTIFICATE_BASE64 }}
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
java-version: '21'
distribution: 'oracle'
- name: echo "*** Make gradlew executable ***"
run: chmod +x ./gradlew

Expand Down

0 comments on commit 28b7163

Please sign in to comment.