mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
Eclipse project fixes (#192)
* If the Eclipse project name is overridden by the build script, use the actual name. * Clean up Eclipse launch files after cleanEclipse task.
This commit is contained in:
@@ -275,6 +275,7 @@ public class AbstractPlugin implements Plugin<Project> {
|
||||
|
||||
project1.getTasks().getByName("idea").finalizedBy(project1.getTasks().getByName("genIdeaWorkspace"));
|
||||
project1.getTasks().getByName("eclipse").finalizedBy(project1.getTasks().getByName("genEclipseRuns"));
|
||||
project1.getTasks().getByName("cleanEclipse").finalizedBy(project1.getTasks().getByName("cleanEclipseRuns"));
|
||||
|
||||
if (extension.autoGenIDERuns && isRootProject(project1)) {
|
||||
SetupIntelijRunConfigs.setup(project1);
|
||||
|
||||
Reference in New Issue
Block a user