Skip to content

Commit

Permalink
Merge pull request #7267 from lkishalmi/fix-lsp-gradle-wizard-test
Browse files Browse the repository at this point in the history
Fix LSP test using the New Gradle Wizard
  • Loading branch information
mbien authored Apr 14, 2024
2 parents 06077a3 + d908334 commit 662cc57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ public InstalledFileLocator() {
}

private void createSimpleProject() throws IOException {
FileObject template = FileUtil.getConfigFile("Templates/Project/Gradle/org-netbeans-modules-gradle-java-newproject-SimpleApplicationProjectWizard");
FileObject template = FileUtil.getConfigFile("Templates/Project/Gradle/org-netbeans-modules-gradle-java-newproject-Wizards-createJavaApplication");
FileObject from = FileUtil.toFileObject(getDataDir()).getFileObject("gradle-hello/app");
FileObject dest = FileUtil.toFileObject(getWorkDir());
FileBuilder b = new FileBuilder(template, dest).name("app").param("packageBase", "gradle.hello");
Expand Down

0 comments on commit 662cc57

Please sign in to comment.