This project is divided in multiple plugins that call each other.
GatlingBasicInfoPlugin
groups all basic information for gatling hierarchy project.
Mainly to configure common links and names.
GatlingAutomatedScalafixPlugin
and GatlingAutomatedScalafmtPlugin
configure auto formatters.
As scalafix or scalafmt needs real file (not only strings nor resources), we had to write those files with GatlingBuildConfigPlugin
.