- clone GitHub - gatling/gatling-gradle-plugin-demo-java
- run, observe that it’s running Gatling 3.12.0 (no deprecation warn)
- force
gatlingVersion '3.11.5'
inbuild.gradle
, observe that it’s now running Gatling 3.11.5 - force
gatlingVersion '3.11.54
inbuild.gradle
, observe that it’s now running Gatling 3.11.4
You can also checkout a previous commit to restore id 'io.gatling.gradle' version '3.11.5.2'
and redo the test with this previous plugin version. It will work as well, with the default Gatling version being 3.11.5
as expected.