• Andy Wilkinson's avatar
    Explicity set permissions on files in lib of Boot distribution · cf24d181
    Andy Wilkinson authored
    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
    cf24d181
Name
Last commit
Last update
..
spring-boot-antlib Loading commit data...
spring-boot-autoconfigure-processor Loading commit data...
spring-boot-configuration-metadata Loading commit data...
spring-boot-configuration-processor Loading commit data...
spring-boot-gradle-plugin Loading commit data...
spring-boot-loader Loading commit data...
spring-boot-loader-tools Loading commit data...
spring-boot-maven-plugin Loading commit data...
spring-boot-test-support Loading commit data...
pom.xml Loading commit data...