mcdan commented on a change in pull request #4706: Move to Java 11 for building and running
URL: https://github.com/apache/openwhisk/pull/4706#discussion_r342166244
##########
File path: tests/performance/gatling_tests/build.gradle
##########
@@ -26,6 +26,13 @@ repositories {
mavenCentral()
}
+sourceSets {
+ gatling {
+ scala.srcDirs = ["src/gatling/scala/"]
+ resources.srcDirs = ["src/gatling/resources/"]
Review comment:
We could move, yes, figured I'd land the update and make sure I didn't blow up the world
then I can do another one to move us to their new layout. I will open a issue for that now.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
With regards,
Apache Git Services
|