You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project/spring-boot-tools
Andy Wilkinson e18eb08222 Fix additional metadata locations with config cache
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
3 years ago
..
spring-boot-antlib Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-autoconfigure-processor Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-buildpack-platform Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-configuration-metadata Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-configuration-processor Fix checkstyle violation 4 years ago
spring-boot-gradle-plugin Fix additional metadata locations with config cache 3 years ago
spring-boot-jarmode-layertools Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-loader Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-loader-tools Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-maven-plugin Polish authors separators 3 years ago
spring-boot-test-support Merge branch '2.3.x' into 2.4.x 4 years ago