Skip to content

Commit

Permalink
Update Java version to 17
Browse files Browse the repository at this point in the history
Fixes build problems introduced with the bump of the Java version used in NewPipe (TeamNewPipe/NewPipe#10035).
Closes #4
  • Loading branch information
TobiGr authored Apr 23, 2023
1 parent d30b849 commit 8df9357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-java@v1
with:
distribution: 'temurin'
java-version: '11'
java-version: '17'
cache: 'gradle'

- name: "Determine next tag"
Expand Down

0 comments on commit 8df9357

Please sign in to comment.