aboutsummaryrefslogtreecommitdiffhomepage
path: root/java
diff options
context:
space:
mode:
authorGravatar David Ostrovsky <david@ostrovsky.org>2018-01-25 06:05:14 +0100
committerGravatar David Ostrovsky <david@ostrovsky.org>2018-01-25 06:54:38 +0100
commit019ceea4b3e4fdc127dc7e978b53e5ec166c9062 (patch)
treee132ec31721918cc58924336756f169fcaef0084 /java
parent80e016e83898b2bd4f197f1d57c7e1453828e846 (diff)
Drop java 6 support
Fixes #4220.
Diffstat (limited to 'java')
-rw-r--r--java/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/pom.xml b/java/pom.xml
index 6e339d7f..b7c3e485 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -96,8 +96,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.0</version>
<configuration>
- <source>1.6</source>
- <target>1.6</target>
+ <source>1.7</source>
+ <target>1.7</target>
</configuration>
</plugin>
<plugin>