From b97d4ee623e7133b495f6e93818d6226f2c16bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Thu, 23 May 2024 16:23:16 +0200 Subject: [PATCH] Configure a regular JDK with SDKman CDS tests are going to be introduced and does not require CRaC. The dev container with a builtin CRaC JDK can be used to run CRaC specific tests. --- .sdkmanrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sdkmanrc b/.sdkmanrc index d0edb9c..d8db380 100644 --- a/.sdkmanrc +++ b/.sdkmanrc @@ -1,3 +1,3 @@ # Enable auto-env through the sdkman_auto_env config # Add key=value pairs of SDKs to use below -java=17.0.8.crac-zulu +java=17.0.11-librca