I have a java project that uses gradle, and when I try to compile it (./gradle compileJava
), I get a warning:
warning: Supported source version ‘RELEASE_6’ from annotation processor ‘org.eclipse.sisu.space.SisuIndexAPT6’ less than -source ‘1.7’
There is no such dependency directly in my projects.
How can I find out from where is the warning coming from? How can I fix it?