Class GwtCompileConfig

java.lang.Object
org.docstr.gwt.GwtCompileConfig
All Implemented Interfaces:
org.gradle.api.Action<GwtCompileTask>

public class GwtCompileConfig extends Object implements org.gradle.api.Action<GwtCompileTask>
Configures the GWT compiler task.
  • Constructor Details

    • GwtCompileConfig

      public GwtCompileConfig(GwtPluginExtension extension)
      Constructor.
      Parameters:
      extension - The GWT plugin extension
  • Method Details