Docs fix: Java 8 is not supported (#283)

Java 11 is the minimum version, rather than 8.
This commit is contained in:
Daniel Chao
2024-03-04 07:49:20 -08:00
committed by GitHub
parent 9c3a761cfa
commit d7196e1207
2 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ See xref:pkl-gradle:index.adoc#installation[Installation] in the Gradle plugin c
=== Java Library
The `pkl-codegen-kotlin` library is available {uri-pkl-codegen-kotlin-maven-module}[from Maven Central].
It requires Java 8 or higher and Kotlin 1.3 or higher.
It requires Java 11 or higher and Kotlin 1.3 or higher.
==== Gradle