Class ReleaseTask

java.lang.Object
org.gradle.api.internal.AbstractTask
org.gradle.api.DefaultTask
com.mooltiverse.oss.nyx.gradle.ReleaseTask
All Implemented Interfaces:
Comparable<Task>, org.gradle.api.internal.DynamicObjectAware, org.gradle.api.internal.TaskInternal, Named, ExtensionAware, Task, Configurable<Task>

public class ReleaseTask extends DefaultTask
The Release lifecycle task. This task does not provide any concrete action but is used to group together all the release-related tasks so they can be invoked with just this one simple task.
  • Field Details

    • DESCRIPTION

      public static final String DESCRIPTION
      The description of the task. This also appears in Gradle help.
      See Also:
    • NAME

      public static final String NAME
      The name of the task. This is the name of the task to use inside Gradle scripts.
      See Also:
    • GROUP

      public static final String GROUP
      The group the tasks belong to.
      See Also:
  • Constructor Details

    • ReleaseTask

      @Inject public ReleaseTask()
      Default constructor.