exercism / scala

Exercism exercises in Scala.
https://exercism.org/tracks/scala
MIT License
123 stars 131 forks source link

Attempt to fix Travis CI failure by using a different JDK #618

Closed ricemery closed 5 years ago

ricemery commented 5 years ago

Error on travis - Expected feature release number in range of 9 to 14, but got: 8

Attempt to fix Travis CI failure by using a different JDK. Using JDK 11 instead.

ErikSchierboom commented 5 years ago

Hmmm, it did not work: [error] (compile:compileIncremental) java.lang.NullPointerException. Ouch.

ricemery commented 5 years ago

@ErikSchierboom - JDK 11 is not really needed. So, will try Open JDK 8. I think that exception comes when there is a null input to Regex. I don't understand the Travis build process well enough to understand what is really going on here.

ErikSchierboom commented 5 years ago

That fixed it! Thanks 🎉