From e9fa9f82e09cb236b8d3121a3847e8c94e1b9acf Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Sun, 27 Dec 2020 04:24:01 +0000 Subject: Restrict to Java 8, since this doesn't compile with Java 11 PR: 251774 --- java/jasmin/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'java') diff --git a/java/jasmin/Makefile b/java/jasmin/Makefile index 386acf8bdcce..1613f1c54fd3 100644 --- a/java/jasmin/Makefile +++ b/java/jasmin/Makefile @@ -15,6 +15,7 @@ USES= dos2unix zip USE_ANT= yes ALL_TARGET= jasmin USE_JAVA= yes +JAVA_VERSION= 8 DOS2UNIX_REGEX= .*\.(txt|xml|j|class|java|mf|css|bnf|html) SUB_FILES= jasmin.sh -- cgit v1.2.3