mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 22:17:55 -05:00
GT-3062: updated screenshot config to extend test/integrationTest
This commit is contained in:
@@ -79,8 +79,8 @@ sourceSets {
|
||||
screenShots {
|
||||
java {
|
||||
srcDir 'src/screen/java'
|
||||
compileClasspath += main.output
|
||||
runtimeClasspath += main.output
|
||||
compileClasspath += main.output + test.output + integrationTest.output
|
||||
runtimeClasspath += main.output + test.output + integrationTest.output
|
||||
}
|
||||
}
|
||||
pcodeTest {
|
||||
@@ -107,6 +107,7 @@ configurations {
|
||||
pcodeTestCompile.extendsFrom compile
|
||||
testArtifacts.extendsFrom testRuntime
|
||||
integrationTestArtifacts.extendsFrom integrationTestRuntime
|
||||
screenShotsCompile.extendsFrom integrationTestCompile
|
||||
}
|
||||
|
||||
task testJar(type: Jar) {
|
||||
|
||||
Reference in New Issue
Block a user