suresh
05/19/2024, 10:59 AM2.6.0
? I have a gradle build script which uses just the TextColors
and it’s broke after updating to 2.6.0. Things started working fine after adding mordant-coroutines.suresh
05/19/2024, 11:00 AM* What went wrong:
com/github/ajalt/mordant/rendering/TextColors
> com.github.ajalt.mordant.rendering.TextColors
* Try:
> Run with --info or --debug option to get more log output.
> Get more help at <https://help.gradle.org>.
* Exception is:
java.lang.NoClassDefFoundError: com/github/ajalt/mordant/rendering/TextColors
at plugins.Common_gradle.<init>(common.gradle.kts:25)
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at plugins.CommonPlugin.apply(CommonPlugin.kt:16)
at plugins.CommonPlugin.apply(CommonPlugin.kt:9)
AJ Alt
05/20/2024, 5:20 PMsuresh
05/20/2024, 10:54 PMmordant
artifact. May be something else, Need to debug more.suresh
05/20/2024, 10:55 PM