Skip to content

nsiniakevich/gradle-lombok-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages