Closed exoego closed 5 years ago
Currently, JDK installation fails due to internal change in Travis.
This PR uses more robust way to install JDK when Travis update their base image. This method (and AdoptOpenJDK) is commonly used in other Scala OSS like https://github.com/scala/scala-collection-compat/pull/231
Also fixed the implementation to pass tests.
Scala 2.13.0 is still broken, since some dependencies does not support 2.13.0.
Looks good. Thanks!
Currently, JDK installation fails due to internal change in Travis.
This PR uses more robust way to install JDK when Travis update their base image. This method (and AdoptOpenJDK) is commonly used in other Scala OSS like https://github.com/scala/scala-collection-compat/pull/231
Also fixed the implementation to pass tests.