xcesco / kripton

A Java/Kotlin library for Android platform, to manage bean's persistence in SQLite, SharedPreferences, JSON, XML, Properties, Yaml, CBOR.
Apache License 2.0
119 stars 16 forks source link

migrate build on travis to openjdk11 #74

Open xcesco opened 3 years ago

xcesco commented 3 years ago

Sonarcloud will stop support JDK8.

https://www.deps.co/guides/travis-ci-latest-java/

xcesco commented 3 years ago

Version v7 remains on JDK 8. Too many changes on already hard work. Better consolidate and then change the platform.

xcesco commented 3 years ago

In current work I rollback I found the problem was on Roboletric, Jacoco and the report test dependencies.

Remember to consult this article to see how to include aar dependencies in a Maven project.

Nowadays, Kripton need to be compiled with JDK8.