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());
}
}