Skip to content

Commit

Permalink
fix: CodeWithMeDialogTest now uses java 17
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Szuc <[email protected]>
  • Loading branch information
martinszuc committed Sep 25, 2024
1 parent b87eb24 commit e7a035d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static void prepareProject() {
newProjectFirstPage.setProjectSdkIfAvailable("11");
} else {
newProjectFirstPage.selectNewProjectType("Java");
newProjectFirstPage.setProjectSdkIfAvailable("11");
newProjectFirstPage.setProjectSdkIfAvailable("17");
newProjectDialogWizard.next();
newProjectDialogWizard.next();
AbstractNewProjectFinalPage finalPage = getFinalPage(newProjectDialogWizard, CreateCloseUtils.NewProjectType.PLAIN_JAVA);
Expand Down

0 comments on commit e7a035d

Please sign in to comment.