blob: 53a94e8e935ee6049afce4acca54321c6a387b84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --unified --recursive --text package.orig/Makefile.am package.new/Makefile.am
--- package.orig/Makefile.am 2021-07-20 15:56:14.415600845 +0700
+++ package.new/Makefile.am 2021-07-20 15:56:38.685623971 +0700
@@ -2160,7 +2160,7 @@
bindings/java/org/collectd/java/JMXMemory.java
# Support the oldest version of Java we can.
-AM_JAVACFLAGS=-source 6 -target 6
+AM_JAVACFLAGS=-source 7 -target 7
collectd-api.jar: $(JAVA_TIMESTAMP_FILE)
$(JAR) cf $(JARFLAGS) $@ org/collectd/api/*.class
|