oshai / kotlin-logging

Lightweight Multiplatform logging framework for Kotlin. A convenient and performant logging facade.
Other
2.51k stars 110 forks source link

Upgrading Gradle to 8.X #412

Closed severn-everett closed 1 month ago

severn-everett commented 2 months ago

Upgraded Gradle to 8.7; Upgraded Android plugin to 8.2.2; Upgraded Kotlin Coroutines version to 1.8.0; Enabled cross-platform compatibility for Spotless plugin; Silencing some compiler warnings

Fixes #288

severn-everett commented 2 months ago

@oshai is using Java 11 a requirement for this project? If not, the build machines need to be re-configured to use Java 17 or (preferably) Java 21.

oshai commented 2 months ago

I think we can upgrade that.

severn-everett commented 1 month ago

Has there been any update on upgrading the CI machines to use a newer version of Java?

oshai commented 1 month ago

Would you like to add that to the pull request?

severn-everett commented 1 month ago

Apologies, I'm not familiar with Github workflows and didn't realize that the configuration for them is part of the project. I'll take a look at what needs to be modified.

oshai commented 1 month ago

Thanks!