Skip to content

Commit

Permalink
Merge pull request #49 from bmoylan/fix/executable-manifest
Browse files Browse the repository at this point in the history
Drop executable bit on manifest.yml.
  • Loading branch information
markelliot committed Feb 4, 2016
2 parents e0e165e + 9fe642c commit b5d2c60
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ class JavaDistributionPlugin implements Plugin<Project> {
['@serviceName@': ext.serviceName,
'@serviceVersion@': String.valueOf(project.version)])
.toFile()
.setExecutable(true)
}

DistTarTask distTar = project.tasks.create('distTar', DistTarTask, {
Expand Down

0 comments on commit b5d2c60

Please sign in to comment.