apache / openwhisk-catalog

Curated catalog of Apache OpenWhisk packages to interface with event producers and consumers
https://openwhisk.apache.org/
Apache License 2.0
33 stars 49 forks source link

Switch to Scala 2.12.7 #285

Closed chetanmeh closed 5 years ago

chetanmeh commented 5 years ago

Switches Scala version to 2.12.7 as part of apache/incubator-openwhisk#3952

To validate that build passes fine this PR build against the scala-2-12 branch. Following sequence of steps would happen

  1. apache/incubator-openwhisk#4062 is merged
  2. Change the git url in install scripts
  3. Merge this PR
chetanmeh commented 5 years ago

Build failed due to

./tools/travis/build.sh: line 34: jshint: command not found

Last CRON build failed with same error