Fix typo in readme Maven plugin config

This commit is contained in:
hduelme 2024-08-31 16:31:51 +02:00 committed by Filip Hrisafov
parent 58dcb9d813
commit c6010c917a

View File

@ -84,7 +84,7 @@ For Maven-based projects, add the following to your POM file in order to use Map
<version>3.13.0</version>
<configuration>
<source>17</source>
<target>1<7/target>
<target>17</target>
<annotationProcessorPaths>
<path>
<groupId>org.mapstruct</groupId>