Questions tagged [gradle-apt-plugin]
3 questions
                    
                    13
                    
            votes
                
                4 answers
            
        Cannot resolve symbol with AutoValue and IntelliJ
I have been trying to find the correct settings for IntelliJ's annotation processing in order for it to co-exist with Gradle's build process.
Whenever I build from IntelliJ I cannot get it to recognise the generated sources from the…
        
        Jaiye
        
- 194
 - 1
 - 1
 - 10
 
                    3
                    
            votes
                
                1 answer
            
        Issue getting Gradle apt plugin to work with QueryDSL, lombok & mapstruct
I am trying to get gradle apt plugin to work with:
QueryDSL
Mapstruct
Lombok
Here is what I have attempted:
plugins {
    id 'net.ltgt.apt' version '0.10'
}
description = "Bignibou Common"
apply plugin:…
        
        balteo
        
- 23,602
 - 63
 - 219
 - 412
 
                    1
                    
            vote
                
                1 answer
            
        Tests failing with lombok and apt gradle plugin
I have a project with mapstructs and lombok based on the mapstruct-examples/mapstruct-lombok/ but with latests versions and tests part is not working.
Even adding lombok dependency in testCompile the lombok annotations used in tests are failing when…
        
        dcalap
        
- 1,048
 - 2
 - 13
 - 37