mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-04-25 17:25:17 +02:00
GT-3062: code review fixes (closes #875)
This commit is contained in:
@@ -79,6 +79,9 @@ sourceSets {
|
||||
screenShots {
|
||||
java {
|
||||
srcDir 'src/screen/java'
|
||||
|
||||
// Screenshots are essentially tests, and depend on classes in several other
|
||||
// test directories so they must be included here
|
||||
compileClasspath += main.output + test.output + integrationTest.output
|
||||
runtimeClasspath += main.output + test.output + integrationTest.output
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user