Skip to content

Commit

Permalink
chore: update jdk8 JAVA_HOME path
Browse files Browse the repository at this point in the history
  • Loading branch information
orsagie committed Nov 18, 2024
1 parent b73c0da commit dd342d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test_matrix_win: &test_matrix_win
parameters:
node_version: [ '16', '18', '20' ]
jdk_version: [ '8' ]
jdk_path: [ 'C:\Program Files\Eclipse Adoptium\jdk-8.0.422.5-hotspot' ]
jdk_path: [ 'C:\Program Files\Eclipse Adoptium\jdk-8.0.432.6-hotspot' ]
gradle_version: [ '4.10', '5.5', '6.2.1' ]

test_matrix_win_new_versions: &test_matrix_win_new_versions
Expand Down

0 comments on commit dd342d1

Please sign in to comment.