From c992de0d862651a7bc7d226af83b8abf9b182f43 Mon Sep 17 00:00:00 2001 From: Eric Haag Date: Wed, 29 Nov 2023 14:21:09 -0600 Subject: [PATCH] Add annotation processors for compiler avoidance. This is done to speed up builds by avoiding recompilation of all sources when making non-ABI changes. This also optimizes the Gradle Enterprise build caching infrastructure. --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 675aa87ef..abae172ab 100644 --- a/pom.xml +++ b/pom.xml @@ -79,6 +79,19 @@ false + + org.apache.maven.plugins + maven-compiler-plugin + + + + org.springframework.boot + spring-boot-configuration-processor + ${spring-boot.version} + + + +