ajalt / mordant

Multiplatform text styling for Kotlin command-line applications
https://ajalt.github.io/mordant/
Apache License 2.0
982 stars 34 forks source link

Proof of concept decouple Gradle JDK from compiling JDK #234

Open TWiStErRob opened 2 weeks ago

TWiStErRob commented 2 weeks ago

Note:

https://docs.gradle.org/current/userguide/compatibility.html

I ran the CI here: https://github.com/TWiStErRob/mordant/pull/1 (https://github.com/TWiStErRob/mordant/actions/runs/11092440186)

This enables developers (contributors) to have almost any JDK they want, not just 22/23.

Feel free to close this if you're not interested, it just came out of me trying to build the project and investigate my issues.