HI,
I need to build a jar using gradle so that i can include this jar as dependency on another project. I have few classes written using gatling, when i try to build jar using gradle.
Generated Jar has only following files:
META-INF/
META-INF/MANIFEST.MF
pmapi.properties
Below is my project structure
-src
-gatling
- resources
-gatling.conf
-scala
- library files
-main
- resources
-test
- resources
i am using gatling Gradle plugin:
plugins {
// The following line allows to load io.gatling.gradle plugin and directly apply it
id 'io.gatling.gradle' version '3.5.1'
}