Skip to content

Commit

Permalink
java: bump source version from 1.7 to 1.8
Browse files Browse the repository at this point in the history
1.7 is now a decade old and unsupported in the latest java sdk.
  • Loading branch information
jgriffiths committed Apr 10, 2024
1 parent 1c6888e commit bd91b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit bd91b76

Please sign in to comment.