• Andy Wilkinson's avatar
    Fix additional metadata locations with config cache · e18eb082
    Andy Wilkinson authored
    Previously, a project with a dependency on Spring Boot's configuration
    processor would fail to build when the configuration cache is enabled
    due to it accessing the Project during task execution.
    
    Instead of accessing the project during task execution, this commit
    updates the code to retrieve the resource locations from the matching
    source set in advance. The locations are then stored in the action
    that configures the compile task when needed.
    
    Closes gh-26880
    e18eb082
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...