diff --git a/build.gradle b/build.gradle index d2d931b350b61dbae1c7477f840e1fe0e860f790..c626d02b81a0cf1d44c44ba868767f89c303fa35 100644 --- a/build.gradle +++ b/build.gradle @@ -193,6 +193,7 @@ tasks.withType(FindBugs) { task startMartServer(type: com.github.psxpaul.task.JavaExecFork) { classpath = files("src/test/resources/org.occiware.mart.jetty.jar") main = 'org.occiware.mart.jetty.MartServer' + standardOutput = "$buildDir/mart.log" waitForPort = 8080 stopAfter = test }