Package org.gradle.launcher.bootstrap

Examples of org.gradle.launcher.bootstrap.ProcessBootstrap


import org.gradle.launcher.bootstrap.ProcessBootstrap;

public class GradleMain {
    public static void main(String[] args) throws Exception {
        new ProcessBootstrap().run("org.gradle.launcher.Main", args);
    }
View Full Code Here

TOP

Related Classes of org.gradle.launcher.bootstrap.ProcessBootstrap

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.