Gradle Scaladoc for gatling project

Is anyone using scaladoc to generate documentation for their gatling simulations? If so I could do with some tips to get it working.
I started with sample gradle project using the official gradle plugin and have built up an extensive library of simulations that covers multiple applications in our enterprise, but I can’t generate documentation for it with scaladoc.
Problem is that project structure has source in src/gatling/scala whereas gradle scaladoc task only wants to generate doc for src/main/scala.
I’m sure it must be possible to put something in build.gradle to overcome this, but this sort of gradle config is beyond me.

Hi @simon

Gatling executes in the gatling config
What have you tried exactly with your build file?
Have you tried asking this question on a gradle list?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.