Class EclipseIdeIntegration

java.lang.Object
net.janrupf.gradle.hytale.dev.ide.EclipseIdeIntegration
All Implemented Interfaces:
IdeIntegration

public class EclipseIdeIntegration extends Object implements IdeIntegration
  • Constructor Details

    • EclipseIdeIntegration

      public EclipseIdeIntegration(org.gradle.api.Project project)
  • Method Details

    • runTaskOnSync

      public void runTaskOnSync(org.gradle.api.tasks.TaskProvider<? extends org.gradle.api.Task> task)
      Description copied from interface: IdeIntegration
      Runs the given task whenever the IDE syncs the project.
      Specified by:
      runTaskOnSync in interface IdeIntegration
      Parameters:
      task - the task to run on sync