Add Docker support and update Java version to 21

This commit is contained in:
2026-04-28 11:36:47 +02:00
parent 1988d2f017
commit 17f3179ec5
7 changed files with 168 additions and 3 deletions
+11
View File
@@ -9,10 +9,21 @@
<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" />
</processorPath>
<module name="ArtisanConnectBackend" />
</profile>
</annotationProcessing>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="ArtisanConnectBackend" options="-parameters" />
<module name="ListHubBackend" options="-parameters" />
</option>
</component>