You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
The latest version 4.0.3 of kompendium seems to require Java >= 21. Gradle shows the following error:
To Reproduce
Create gradle project with java 17 and add kompendium as dependency.
Expected behavior
Kompendium is installed.
The text was updated successfully, but these errors were encountered: