Class PlayCoffeeScriptCompile

java.lang.Object
org.gradle.api.internal.AbstractTask
org.gradle.api.DefaultTask
org.gradle.api.internal.ConventionTask
All Implemented Interfaces:
Comparable<Task>, org.gradle.api.internal.DynamicObjectAware, org.gradle.api.internal.IConventionAware, org.gradle.api.internal.TaskInternal, ExtensionAware, Task, PatternFilterable, org.gradle.util.Configurable<Task>

@Incubating public class PlayCoffeeScriptCompile extends CoffeeScriptCompile
Task for compiling CoffeeScript sources into JavaScript.
  • Constructor Details

    • PlayCoffeeScriptCompile

      public PlayCoffeeScriptCompile()
  • Method Details

    • setCoffeeScriptJsNotation

      public void setCoffeeScriptJsNotation(String notation)
    • setRhinoClasspathNotation

      public void setRhinoClasspathNotation(String notation)
    • doCompile

      public void doCompile()
      Overrides:
      doCompile in class CoffeeScriptCompile