Skip to content

Commit

Permalink
test with default project location
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Korniienko <[email protected]>
  • Loading branch information
olkornii committed Oct 8, 2024
1 parent c450ae2 commit a281ad8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private void createQuarkusProject(RemoteRobot remoteRobot, String projectName, B
// throw new RuntimeException(e);
// }

quarkusNewProjectFinalPage.setProjectLocation(CreateCloseUtils.PROJECT_LOCATION + File.separator + projectName);
quarkusNewProjectFinalPage.setProjectLocation(CreateCloseUtils.PROJECT_LOCATION);

System.out.println(quarkusNewProjectFinalPage.getProjectLocation());
// try {
Expand Down

0 comments on commit a281ad8

Please sign in to comment.