From bb172fb1b7b46ae89ed7332a8920bd978067bd9d Mon Sep 17 00:00:00 2001 From: Vladimir Druzenko Date: Sat, 31 May 2025 02:01:10 +0300 Subject: [PATCH] lang/rhino: Build with Java 8 only Even with Java 11: [javac] error: Source option 5 is no longer supported. Use 6 or later. [javac] error: Target option 1.5 is no longer supported. Use 1.6 or later. Approved by: nivit (implicit, fix port) --- lang/rhino/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/rhino/Makefile b/lang/rhino/Makefile index e6cff7cb0966..ce0354fa000c 100644 --- a/lang/rhino/Makefile +++ b/lang/rhino/Makefile @@ -34,6 +34,7 @@ OPTIONS_DEFINE= LINEDIT USES= zip USE_GITHUB= yes GH_ACCOUNT= mozilla +JAVA_VERSION= 8 .include