Skip to content

Commit

Permalink
chore(ci): update javaci workflow configurations
Browse files Browse the repository at this point in the history
Change the Java version to 11.
  • Loading branch information
puneetbehl committed Mar 20, 2024
1 parent 9f9d53c commit 15b8ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '8'
java-version: '11'
- name: Build Docs
id: docs
if: success()
Expand Down

0 comments on commit 15b8ca2

Please sign in to comment.