You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/11/01 07:48:26 UTC

[GitHub] [openwhisk] markusthoemmes commented on a change in pull request #4706: Move to Java 11 for building and running

markusthoemmes 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_r341477865
 
 

 ##########
 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:
   What would the default setup look like? Should we move our stuff to conform to the default setup?

----------------------------------------------------------------
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