spring-boot/spring-boot-project/spring-boot-tools
Andy Wilkinson cf24d18139 Explicity set permissions on files in lib of Boot distribution
Previously, only the permissions for the scripts in bin/ were set. The
permissions for the files in lib/ were not explicity set, leaving them
with the same permissions as the source files in Gradle's cache. This
has proven to be a little brittle when building in certain
environments, leading to test failures. It also assumes that the
file permissions in Gradle's cache will be appropriate for entries in
a distribution archive. That may not always be a reasonable assumption
to make.

To avoid the above-described problems, this commit updates the copy
spec that's used to add files to lib/ in the archive so that each
file uses 0644 for its permissions.

Closes gh-14158
2018-10-04 15:55:48 +01:00
..
spring-boot-antlib Provide package info for all packages included in javadoc 2018-02-08 16:50:37 +00:00
spring-boot-autoconfigure-processor Fix checkstyle ternary issues 2018-07-28 01:11:52 +01:00
spring-boot-configuration-metadata Polish ternary expressions 2018-07-29 09:24:46 +01:00
spring-boot-configuration-processor Fix checkstyle violation 2018-08-20 10:33:46 +02:00
spring-boot-gradle-plugin Explicity set permissions on files in lib of Boot distribution 2018-10-04 15:55:48 +01:00
spring-boot-loader Merge branch '1.5.x' into 2.0.x 2018-08-30 15:59:02 -07:00
spring-boot-loader-tools Update copyright header of changed files 2018-09-04 16:19:05 -07:00
spring-boot-maven-plugin Optimize some StringBuilder.append() calls 2018-08-01 08:41:03 +02:00
spring-boot-test-support Polish "Replace loops with Arrays.setAll where possible" 2018-08-20 10:23:16 +02:00
pom.xml