From 1d934a4623d16a4c07d850fb629e6fc2e3906fee Mon Sep 17 00:00:00 2001 From: sarut Limpajeerawong <179701381+tr4200812@users.noreply.github.com> Date: Thu, 27 Mar 2025 19:16:23 +0700 Subject: [PATCH] =?UTF-8?q?Revert=20"Add=20Documentation=20to=20Recommend?= =?UTF-8?q?=20Using=20GraalVM=20JDK=2017=20Version=20to=2017.0.1=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 799ee7c97e9721ef38d1a7e8486c39753b9d6102. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 844fa99..8e892f5 100644 --- a/README.md +++ b/README.md @@ -118,8 +118,6 @@ Currently, the following distributions are supported: **NOTE:** For Azul Zulu OpenJDK architectures x64 and arm64 are mapped to x86 / arm with proper hw_bitness. -**NOTE:** To comply with the GraalVM Free Terms and Conditions (GFTC) license, it is recommended to use GraalVM JDK 17 version 17.0.12, as this is the only version of GraalVM JDK 17 available under the GFTC license. Additionally, it is encouraged to consider upgrading to GraalVM JDK 21, which offers the latest features and improvements. - ### Caching packages dependencies The action has a built-in functionality for caching and restoring dependencies. It uses [toolkit/cache](https://github.com/actions/toolkit/tree/main/packages/cache) under hood for caching dependencies but requires less configuration settings. Supported package managers are gradle, maven and sbt. The format of the used cache key is `setup-java-${{ platform }}-${{ packageManager }}-${{ fileHash }}`, where the hash is based on the following files: