gradle: annotationProcessors

This commit is contained in:
Owain van Brakel
2019-07-24 19:34:55 +02:00
parent 92ac422b67
commit a0ecf6371a
10 changed files with 11 additions and 0 deletions

View File

@@ -24,5 +24,6 @@ exclude(module: 'commons-logging')
testCompile group: 'com.h2database', name: 'h2', version:'1.4.196'
providedCompile group: 'org.springframework.boot', name: 'spring-boot-starter-tomcat', version:'1.5.6.RELEASE'
providedCompile group: 'org.projectlombok', name: 'lombok', version:'1.18.8'
annotationProcessor group: 'org.projectlombok', name: 'lombok', version:'1.18.8'
providedCompile group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version:'2.4.2'
}