mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
fix(docs): No Lombok classes in the runtime
This commit is contained in:
parent
de8c0c7070
commit
a2b4454a66
@ -140,7 +140,7 @@ The set up using Maven or Gradle does not differ from what is described in <<set
|
|||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation "org.mapstruct:mapstruct:${mapstructVersion}"
|
implementation "org.mapstruct:mapstruct:${mapstructVersion}"
|
||||||
implementation "org.projectlombok:lombok:1.18.16"
|
compileOnly "org.projectlombok:lombok:1.18.16"
|
||||||
annotationProcessor "org.projectlombok:lombok-mapstruct-binding:0.2.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