I want to use scalatra for my http server mocks, I´m using gradle to run my bdd test.
I´ve been reading the documentation but I cannot find a way to specify the port where to listen without use scala.build, but again my problem is that my project is a Gradle project, since our project is polyglot.
Regards.