Skip to content

Commit

Permalink
Fix[pref]: internal Java 21 not set as default
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 authored Apr 18, 2024
1 parent 89c9ad4 commit 7eb9e2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Natives/PLPreferences.m
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ + (id)defaultPrefForGlobal:(BOOL)global {
@"execute_jar": @"8"
}.mutableCopy,
@"8": @"internal",
@"17": @"internal"
@"17": @"internal",
@"21": @"internal"
}.mutableCopy,
@"java_args": @"",
@"env_variables": @"",
Expand Down

0 comments on commit 7eb9e2e

Please sign in to comment.