Skip to content

Commit ae6f4c6

Browse files
committed
java: bump source version from 1.7 to 1.8
1.7 is now a decade old and unsupported in the latest java sdk.
1 parent 765be25 commit ae6f4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ AM_CONDITIONAL([HAVE_JAVAC], [test "x$JAVAC" != "x"])
391391
AM_CONDITIONAL([RUN_JAVA_TESTS],
392392
dnl Only run tests if we have java-swig, compiler and interpreter
393393
[test "x$tests" = xyes -a "x$swig_java" = xyes -a -n "$JAVAC" -a -n "$JAVA"])
394-
JAVAC_TARGET=1.7
394+
JAVAC_TARGET=1.8
395395
AC_SUBST([JAVAC_TARGET])
396396

397397
AC_SUBST([AM_CFLAGS])

0 commit comments

Comments
 (0)