kompendium
kompendium copied to clipboard
Not compatible with Java 17
Describe the bug The latest version 4.0.3 of kompendium seems to require Java >= 21. Gradle shows the following error:
Caused by: org.gradle.internal.component.resolution.failure.exception.VariantSelectionByAttributesException: Dependency resolution is looking for a library compatible with JVM runtime version 17, but 'io.bkbn:kompendium-core:4.0.3' is only compatible with JVM runtime version 21 or newer.
To Reproduce Create gradle project with java 17 and add kompendium as dependency.
Expected behavior Kompendium is installed.