Class GwtCompile

  • All Implemented Interfaces:
    java.lang.Comparable<org.gradle.api.Task>, GwtCompileOptions, org.gradle.api.internal.DynamicObjectAware, org.gradle.api.internal.TaskInternal, org.gradle.api.plugins.ExtensionAware, org.gradle.api.Task, org.gradle.util.Configurable<org.gradle.api.Task>

    @CacheableTask
    public class GwtCompile
    extends AbstractGwtCompile
    Task to run the GWT compiler for production quality output.
    • Constructor Detail

      • GwtCompile

        public GwtCompile()
    • Method Detail

      • isDevTask

        protected boolean isDevTask()
        If true the task instance is treated as being a development related task. Development related tasks will have the devModules set by default.
        Overrides:
        isDevTask in class AbstractGwtActionTask
        Returns:
        true if the task is development related, false otherwise.