Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1023 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 1023 Bytes

Example project to reproduce this issue

Commands to copy-paste:

git clone [email protected]:nsiniakevich/gradle-lombok-issue.git
cd gradle-lombok-issue
./gradlew build -Dorg.gradle.warning.mode=all

Now we can verify that message below appears in terminal

The following annotation processors were detected on the compile classpath: 'lombok.launch.AnnotationProcessorHider$AnnotationProcessor' and 'lombok.launch.AnnotationProcessorHider$ClaimingProcessor'. Detecting annotation processors on the compile classpath is deprecated and Gradle 5.0 will ignore them. Please add them to the annotation processor path instead. If you did not intend to use annotation processors, you can use the '-proc:none' compiler argument to ignore them.


This project was created from start.spring.io with updated gradle wrapper to lastest and updated build.gradle.