Package sbt.testing

Examples of sbt.testing.Task


    }
    return tasks;
  }

  private Task createTask(final TaskDef taskDef) {
    return new Task() {
      @Override
      public String[] tags() {
        return new String[0]// no tags yet
      }
View Full Code Here

TOP

Related Classes of sbt.testing.Task

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.