injector-plugin: Fix and run tests
This commit is contained in:
@@ -24,6 +24,7 @@ dependencies {
|
|||||||
compileOnly group: 'org.apache.maven.plugin-tools', name: 'maven-plugin-annotations', version: '3.6.0'
|
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.3.3'
|
annotationProcessor group: 'org.eclipse.sisu', name: 'org.eclipse.sisu.inject', version: '0.3.3'
|
||||||
vanilla "net.runelite.rs:vanilla:${rsversion}"
|
vanilla "net.runelite.rs:vanilla:${rsversion}"
|
||||||
|
testImplementation project(path: ':deobfuscator', configuration: 'testArchives')
|
||||||
}
|
}
|
||||||
|
|
||||||
compileJava {
|
compileJava {
|
||||||
@@ -48,11 +49,3 @@ compileJava.doLast() {
|
|||||||
inject.main(jarPaths)
|
inject.main(jarPaths)
|
||||||
loader.close()
|
loader.close()
|
||||||
}
|
}
|
||||||
|
|
||||||
test {
|
|
||||||
exclude '**/*'
|
|
||||||
}
|
|
||||||
|
|
||||||
compileTestJava {
|
|
||||||
exclude '**/*'
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user