• Andy Wilkinson's avatar
    Set path sensitivity when configuring additional task inputs · 79ecf596
    Andy Wilkinson authored
    Previously a number of file- or directory-based task inputs were
    configured with specifying their path sensitivity. This meant
    that the default absolute path sensitivity was used. For caches
    that are cacheable this would result in a cache miss when the
    inputs were identical other than being located at a different
    absolute path as they are when running a CI build vs a local build.
    
    This commit updates the configuration of additional task inputs
    to use relative path sensitivity. A property name for each input has
    also been configured. This makes them easier to identify in build
    scans.
    
    Closes gh-26270
    79ecf596
Name
Last commit
Last update
.github Loading commit data...
buildSrc Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
gradle/wrapper Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-tests Loading commit data...
src Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
build.gradle Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle Loading commit data...