Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix duplicated compilation of Gatling simulation for 'gatling' config…
…uration, close gatling/gatling#3490 This is caused by the `gatling` configuration rewiring too much of the test settings into its configuration, will still linking some of its setting to the `test` configuration. This PR replaces `Defaults.testSettings` by `Defaults.testTasks`, which wires less settings into the `gatling` configuration while still achieving what we require (eg. splitting Gatling simulation from other unit tests and integration tests).
- Loading branch information