Skip to content

Commit

Permalink
set java version to 17 in the notice migration generator action
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez committed Jan 20, 2025
1 parent 5040ac1 commit cd02552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notice_migration_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
python-version: '3.11'
java_version: '11'
java_version: '17'
java_distribution: 'zulu'


Expand Down

0 comments on commit cd02552

Please sign in to comment.