From bd91b76183ba69a5b815cfbf529b9234e6ea4b4c Mon Sep 17 00:00:00 2001 From: Jon Griffiths Date: Wed, 10 Apr 2024 11:30:06 +1200 Subject: [PATCH] java: bump source version from 1.7 to 1.8 1.7 is now a decade old and unsupported in the latest java sdk. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bef74f204..f7a0e7ed8 100644 --- a/configure.ac +++ b/configure.ac @@ -391,7 +391,7 @@ AM_CONDITIONAL([HAVE_JAVAC], [test "x$JAVAC" != "x"]) AM_CONDITIONAL([RUN_JAVA_TESTS], dnl Only run tests if we have java-swig, compiler and interpreter [test "x$tests" = xyes -a "x$swig_java" = xyes -a -n "$JAVAC" -a -n "$JAVA"]) -JAVAC_TARGET=1.7 +JAVAC_TARGET=1.8 AC_SUBST([JAVAC_TARGET]) AC_SUBST([AM_CFLAGS])