From a6e1a4b770fbf1c2be7a299aa08b5962601da3b6 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Mon, 29 Apr 2024 09:24:55 +0200 Subject: [PATCH] GH-572 - Fix APT setup after jMolecules upgrade. We now explicitly declare a recent compiler plugin with the APTs of Lombok an jMolecules declared explicitly to make sure they run in the right order (Lombok first). --- .../spring-modulith-example-full/pom.xml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/spring-modulith-examples/spring-modulith-example-full/pom.xml b/spring-modulith-examples/spring-modulith-example-full/pom.xml index 36f6ff22..d09b9172 100644 --- a/spring-modulith-examples/spring-modulith-example-full/pom.xml +++ b/spring-modulith-examples/spring-modulith-example-full/pom.xml @@ -66,4 +66,28 @@ + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + true + + + org.projectlombok + lombok + + + org.jmolecules.integrations + jmolecules-apt + + + + + + +