Skip to content

Commit 24017bc

Browse files
gilles-duboscqlewurm
authored andcommitted
Applied suggestion
1 parent c88bc9e commit 24017bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/mx.sdk/mx_sdk_vm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ def base_jdk(stage1=True):
588588

589589

590590
def base_jdk_version(stage1=True):
591-
return base_jdk(stage1=True).javaCompliance.value
591+
return base_jdk(stage1=stage1).javaCompliance.value
592592

593593
def get_jdk_version_for_profiles():
594594
jdk_version = mx.get_jdk().javaCompliance.value

0 commit comments

Comments
 (0)