gradle: annotationProcessors
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user