Skip to content

Commit c4c37dd

Browse files
chore: use java 17
1 parent c163238 commit c4c37dd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/hermetic_library_generation.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
40+
- uses: actions/setup-java@v4
41+
with:
42+
java-version: 17
43+
distribution: temurin
44+
cache: maven
4045
- name: Install Maven modules
4146
if: env.SHOULD_RUN == 'true'
4247
shell: bash

0 commit comments

Comments
 (0)