Examples of PlayApplicationBinarySpec


Examples of org.gradle.play.PlayApplicationBinarySpec

                textOutput.formatln("    resources dir: %s", fileResolver.resolveAsRelativePath(classDirectoryBinary.getResourcesDir()));
            }
        }

        if (binary instanceof PlayApplicationBinarySpec) {
            PlayApplicationBinarySpec playBinary = (PlayApplicationBinarySpec) binary;
            textOutput.formatln("    platform: %s", playBinary.getTargetPlatform().getName());
            textOutput.formatln("    tool chain: %s", playBinary.getToolChain().getDisplayName());
        }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.