gojuno / koptional

Minimalistic Optional type for Kotlin that tries to fit its null-safe type system as smooth as possible.
Apache License 2.0
289 stars 21 forks source link

Update Docker JDK image 8u121 → 8u252 #35

Closed arturdryomov closed 4 years ago

arturdryomov commented 4 years ago

The previous one seems to be based on Debian Jessie, packages of which were moved. This results in build failures.

At this point we should probably move away to GitHub Actions but there is a good chance that a Bintray account was lost with Juno sudden shutdown. Good thing we have secrets stored as... Travis secrets and can do some clever hackery to extract them.

@artem-zinnatullin PTAL