kompendium icon indicating copy to clipboard operation
kompendium copied to clipboard

Not compatible with Java 17

Open florianmutter opened this issue 1 year ago • 0 comments

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.

florianmutter avatar Nov 22 '24 07:11 florianmutter