gerrit/e2e-tests
Marco Miller 8f9b897594 e2e-tests: Enable postfix operators with compiler
Before this change, the scala compiler issued warnings such as the one
below, upon using the usual 'sbt compile' command.

  "(...) postfix operator second should be enabled
  [warn] by making the implicit value scala.language.postfixOps visible.
  [warn] This can be achieved by adding the import clause 'import scala.language.postfixOps'
  [warn] or by setting the compiler option -language:postfixOps."

Set the latter option in build.sbt to remove these warnings. This is
less invasive than adding the aforementioned import clause in each file.

Bug: Issue 12288
Change-Id: If52dcddbcc63579602c788455a95c5e7d9009ee2
2020-03-27 16:43:42 -04:00
..
project e2e-tests: Align gatling version with gatling-git 2020-03-27 15:28:03 -04:00
src/test e2e-tests: Rename the now reused json filename constant 2020-03-20 12:04:08 -04:00
.gitignore e2e-tests: Collapse the load-tests directory level 2020-03-12 14:50:47 -04:00
build.sbt e2e-tests: Enable postfix operators with compiler 2020-03-27 16:43:42 -04:00
Dockerfile e2e-tests: Update Dockerfile gatling_git_version to 1.0.10 2020-03-27 15:29:27 -04:00