upgrade Java version from 11 to 17 in GitHub workflows

This commit is contained in:
HarithaVattikuti
2025-11-21 11:19:37 -06:00
parent c5195efecf
commit 77cca54e24
5 changed files with 2732 additions and 403 deletions

View File

@@ -30,7 +30,7 @@ jobs:
id: setup-java
with:
distribution: 'adopt'
java-version: '11'
java-version: '17'
cache: gradle
- name: Create files to cache
# Need to avoid using Gradle daemon to stabilize the save process on Windows