Fix tests after projects rearrangement

This commit is contained in:
Ilya Chernikov
2017-09-01 11:03:39 +03:00
parent 0676ebd530
commit aa34c7d32a
4 changed files with 7 additions and 9 deletions
@@ -24,7 +24,9 @@ sourceSets {
"test" { projectDefault() }
}
projectTest()
projectTest {
workingDir = rootDir
}
runtimeJar()
sourcesJar()