Package org.zeroturnaround.jrebel.gradle.util

Examples of org.zeroturnaround.jrebel.gradle.util.LoggerWrapper


  public static final String REBEL_EXTENSION_NAME = "rebel";
 
  private LoggerWrapper log;

  public void apply(final Project project) {
    log = new LoggerWrapper(project.getLogger());
   
    // register the Rebel task
    project.getTasks().create(GENERATE_REBEL_TASK_NAME, RebelGenerateTask.class);
   
    // only configure the real one if JavaPlugin gets enabled (it is pulled in by Groovy, Scala, War, ...)
View Full Code Here

TOP

Related Classes of org.zeroturnaround.jrebel.gradle.util.LoggerWrapper

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.