diff options
author | David Ostrovsky <david@ostrovsky.org> | 2018-01-25 06:05:14 +0100 |
---|---|---|
committer | David Ostrovsky <david@ostrovsky.org> | 2018-01-25 06:54:38 +0100 |
commit | 019ceea4b3e4fdc127dc7e978b53e5ec166c9062 (patch) | |
tree | e132ec31721918cc58924336756f169fcaef0084 /java | |
parent | 80e016e83898b2bd4f197f1d57c7e1453828e846 (diff) |
Drop java 6 support
Fixes #4220.
Diffstat (limited to 'java')
-rw-r--r-- | java/pom.xml | 4 |
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> |