How to Setup Gatling Plugin with Gradle

Samuel Teixeira
Javarevisited
Published in
3 min readFeb 15, 2024

--

Create your gradle project and set Gatling on it

Gatling Logo

The idea is to set up a basic Java project using Gradle and Gatling.

If you have an existing Gradle project the steps will be the same.

Adding Gatling Plugin

plugins {
id 'io.gatling.gradle' version "MANUALLY_REPLACE_WITH_LATEST_VERSION"
}

--

--

Samuel Teixeira
Javarevisited

Developer (15+ years) | Staff Engineer at IAS | Master of Computer Science | Interests — Backend Dev , Machine Learn, Code performance, System Design