Refactor project structure and update Lombok version to 1.18.46

This commit is contained in:
2026-05-08 21:04:10 +02:00
parent 17f3179ec5
commit 443d617f9f
4 changed files with 13 additions and 31 deletions
+2 -5
View File
@@ -7,23 +7,20 @@
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="ListHubBackend" />
</profile>
<profile name="Annotation profile for ListHubBackend" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<processorPath useClasspath="false">
<entry name="$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.30/lombok-1.18.30.jar" />
<entry name="$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.30/lombok-1.18.30.jar" />
<entry name="$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.46/lombok-1.18.46.jar" />
</processorPath>
<module name="ArtisanConnectBackend" />
<module name="ListHubBackend" />
</profile>
</annotationProcessing>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="ArtisanConnectBackend" options="-parameters" />
<module name="ListHubBackend" options="-parameters" />
</option>
</component>