gradle: annotationProcessors
This commit is contained in:
@@ -4,7 +4,9 @@ dependencies {
|
||||
compile project(':cache')
|
||||
compile project(':runelite-api')
|
||||
compile group: 'org.apache.maven', name: 'maven-plugin-api', version:'3.6.1'
|
||||
compile group: 'org.slf4j', name: 'slf4j-nop', version: '1.7.25'
|
||||
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 assembleMojo(type:JavaExec) {
|
||||
|
||||
Reference in New Issue
Block a user