Gatling SBT setting simulation class through system property

Hi Team,
Is there a way we can set simulation class through java environment variable, something like -Dgatling.core.simulationClass=“my simulation class”?

It works with mvn but it runs all the simulations with SBT.

Can you please help?

It should be working with command: gatling:testOnly computerdatabase.BasicSimulation as documented here: https://github.com/gatling/gatling-sbt-plugin-demo

Thanks.