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

@@ -10,6 +10,7 @@ dependencies {
testCompile group: 'junit', name: 'junit', version:'4.12'
testCompile group: 'org.mockito', name: 'mockito-all', version:'1.10.19'
compileOnly group: 'org.apache.maven.plugin-tools', name: 'maven-plugin-annotations', version:'3.6.0'
annotationProcessor group: 'org.eclipse.sisu', name: 'org.eclipse.sisu.inject', version: '0.0.0.M2a'
}
task inject(type:JavaExec) {