GT-3062: code review fixes (closes #875)

This commit is contained in:
adamopolous
2019-08-06 16:45:18 -04:00
parent 54f61b03c5
commit aee9b170eb
2 changed files with 6 additions and 5 deletions

View File

@@ -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
}