Gatling simulation from simulationClass in gatling.conf executed twice by gradle plugin

Hi,
It looks like simulation, specified in
simulationClass property in gatling.conf file is executed twice, when run by Gradle plugin.
This is part of log:

---- VideoSimulation -----------------------------------------------------------
[##########################################################################]100%
waiting: 0 / active: 0 / done: 1

As required in this group’s terms:

  • Provide a Short, Self Contained, Correct (Compilable), Example (see http://sscce.org/)

What I did:

Result: Gatling ran computerdatabase.BasicSimulation only once, as expected.