Merge branch '2.0.x'

This commit is contained in:
Andy Wilkinson
2018-09-11 20:33:40 +01:00
4 changed files with 47 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ final class ApplicationPluginAction implements PluginApplicationAction {
bootStartScripts.getConventionMapping().map("defaultJvmOpts",
applicationConvention::getApplicationDefaultJvmArgs);
CopySpec binCopySpec = project.copySpec().into("bin").from(bootStartScripts);
binCopySpec.setFileMode(0x755);
binCopySpec.setFileMode(0755);
distribution.getContents().with(binCopySpec);
}