weso / utils

Common Scala utilities used by several weso projects

Home Page:https://www.weso.es/utils/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable openjdk for 2.13.1 again

labra opened this issue · comments

For some reason, openjdk fails to compile for scala 2.13.1. This is the build that failed.

It is strange because now it seems to work here...maybe it was just a cache error from travis.

After taking a look seems that the error appears at line 519: scala.reflect.internal.FatalError: Error accessing /home/travis/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar

Taking that into account I would also say that the error comes from a cache error from travis, even though looks strange that such errors raise on travis, I will continue investigating if more errors like this are raised by travis.

I think it works again now so I close this issue