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

Switch to mavenCentral, cache Gradle on Travis. #25

Closed artem-zinnatullin closed 6 years ago

artem-zinnatullin commented 6 years ago

Noticed that every CI build downloads all dependencies all over again, then remembered all the hassle with recent jcenter outages and inconsistencies and switched to mavenCentral gladly we have required deps there (although I believe Gradle plugins are still served by jcenter).