This is an automated email from the ASF dual-hosted git repository.

nickva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git


The following commit(s) were added to refs/heads/main by this push:
     new 94815dd  Update Java runtime version in Makefile
94815dd is described below

commit 94815dd9cb10b5aa277f88e90e6d86c377dace2f
Author: Ronny Berndt <[email protected]>
AuthorDate: Sat May 16 13:28:48 2026 +0200

    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:

Reply via email to