mirror of https://github.com/sbt/sbt.git
Fix BuildServerTest
This commit is contained in:
parent
caf7e0483d
commit
03d5bf6e55
|
|
@ -305,6 +305,7 @@ object BuildServerTest extends AbstractServerTest {
|
||||||
|
|
||||||
IO.delete(otherBuildFile)
|
IO.delete(otherBuildFile)
|
||||||
reloadWorkspace()
|
reloadWorkspace()
|
||||||
|
()
|
||||||
}
|
}
|
||||||
|
|
||||||
test("buildTarget/scalacOptions, buildTarget/javacOptions") { _ =>
|
test("buildTarget/scalacOptions, buildTarget/javacOptions") { _ =>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue