mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Fix typo in readme Maven plugin config
This commit is contained in:
parent
58dcb9d813
commit
c6010c917a
@ -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>
|
<version>3.13.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>17</source>
|
<source>17</source>
|
||||||
<target>1<7/target>
|
<target>17</target>
|
||||||
<annotationProcessorPaths>
|
<annotationProcessorPaths>
|
||||||
<path>
|
<path>
|
||||||
<groupId>org.mapstruct</groupId>
|
<groupId>org.mapstruct</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user