From 6f257a7beacb582512a26601036d65ccb139c63e Mon Sep 17 00:00:00 2001 From: Ronny Berndt Date: Sat, 16 May 2026 13:28:48 +0200 Subject: [PATCH] Update Java runtime version in Makefile Java 21 is the minimum version for running Nouveau. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5f2f63..8d66385 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ SM_VER=1.8.5 JS_ENGINE=spidermonkey # Java -JAVA_RUNTIME=java11-runtime-headless | java11-runtime +JAVA_RUNTIME=java21-runtime-headless | java21-runtime # Try and guess the correct target... all: