mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Doc: correct the annotation processor version (#2859)
The lombok-mapstruct-binding anotation procossor version given by document will result a compile problem, correct it by the example repository so that work fine
This commit is contained in:
parent
437a70d6df
commit
a4162809a4
@ -58,7 +58,7 @@ This resolves the compilation issues of Lombok and MapStruct modules.
|
|||||||
<path>
|
<path>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
<artifactId>lombok-mapstruct-binding</artifactId>
|
<artifactId>lombok-mapstruct-binding</artifactId>
|
||||||
<version>0.1.0</version>
|
<version>0.2.0</version>
|
||||||
</path>
|
</path>
|
||||||
----
|
----
|
||||||
====
|
====
|
||||||
@ -121,7 +121,7 @@ The set up using Maven or Gradle does not differ from what is described in <<set
|
|||||||
<path>
|
<path>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
<artifactId>lombok-mapstruct-binding</artifactId>
|
<artifactId>lombok-mapstruct-binding</artifactId>
|
||||||
<version>0.1.0</version>
|
<version>0.2.0</version>
|
||||||
</path>
|
</path>
|
||||||
</annotationProcessorPaths>
|
</annotationProcessorPaths>
|
||||||
</configuration>
|
</configuration>
|
||||||
@ -141,7 +141,7 @@ dependencies {
|
|||||||
|
|
||||||
implementation "org.mapstruct:mapstruct:${mapstructVersion}"
|
implementation "org.mapstruct:mapstruct:${mapstructVersion}"
|
||||||
implementation "org.projectlombok:lombok:1.18.16"
|
implementation "org.projectlombok:lombok:1.18.16"
|
||||||
annotationProcessor "org.projectlombok:lombok-mapstruct-binding:0.1.0"
|
annotationProcessor "org.projectlombok:lombok-mapstruct-binding:0.2.0"
|
||||||
annotationProcessor "org.mapstruct:mapstruct-processor:${mapstructVersion}"
|
annotationProcessor "org.mapstruct:mapstruct-processor:${mapstructVersion}"
|
||||||
annotationProcessor "org.projectlombok:lombok:1.18.16"
|
annotationProcessor "org.projectlombok:lombok:1.18.16"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user