Skip to content
Snippets Groups Projects
Commit 7b1204b9 authored by erbel's avatar erbel
Browse files

Hide Log of MartServer

parent 36024a28
No related branches found
No related tags found
1 merge request!6Dev/ref
Pipeline #97200 canceled
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment