Class CurioWebPlugin

java.lang.Object
org.curioswitch.gradle.plugins.curioweb.CurioWebPlugin
All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>

public class CurioWebPlugin
extends java.lang.Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
A simple Plugin which configures a project with tasks for building a static npm web application and bundling it into a jar for serving from a Java server.
  • Constructor Summary

    Constructors 
    Constructor Description
    CurioWebPlugin()  
  • Method Summary

    Modifier and Type Method Description
    void apply​(org.gradle.api.Project project)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • apply

      public void apply​(org.gradle.api.Project project)
      Specified by:
      apply in interface org.gradle.api.Plugin<org.gradle.api.Project>