Custom folder structure with gradle lkishalmi plugin

23 views
Skip to first unread message

MP

unread,
Jun 23, 2018, 4:48:40 PM6/23/18
to Gatling User Group
I'm having troubles customizing my folder structure:
What I want to achieve is the following:
src/main/scala/ --> my tests
src/main/resources/ --> gatling data, conf and bodies folders


project.sourceSets {
gatling {
scala.srcDirs = ['src/main']
resources.srcDirs = ['src/main/scala', 'src/main/resources/data', 'src/main/resources/body', 'src/main/resources/conf']
}
}

gatling {
sourceRoot = 'src/main'
simulationsDir = 'scala'
dataDir = 'resources/data'
bodiesDir = 'resources/bodies'
confDir = 'resources/conf'
}

When I run gradle build I get multiple errors like (object gatling is not a member of package io
import io.gatling.core.Predef._)

Evgeny Shepelyuk

unread,
Oct 28, 2018, 11:49:50 AM10/28/18
to Gatling User Group
Hello,

Give a try to latest 3.x version and also please report any issues to GitHub project

субота, 23 червня 2018 р. 23:48:40 UTC+3 користувач MP написав:
Reply all
Reply to author
Forward
0 new messages