Skip to content

Commit cba6832

Browse files
author
Johan Walles
committed
Bump JDK version to 1.8
Inspired by #1334 where this went real easy :). Would have made #2355 shorter. Free public updates for JDK 7 ended in 2015: <https://en.wikipedia.org/wiki/Java_version_history> For JDK 8, free public support is available from non-Orace vendors until at least 2026 according to the same table. And JDK 8 is what Jedis is being tested on anyway: <https://github.com/redis/jedis/blob/ac0969315655180c09b8139c16bded09c068d498/.circleci/config.yml#L67-L74>
1 parent 006731a commit cba6832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@
129129
<artifactId>maven-compiler-plugin</artifactId>
130130
<version>3.8.1</version>
131131
<configuration>
132-
<source>1.7</source>
133-
<target>1.7</target>
132+
<source>1.8</source>
133+
<target>1.8</target>
134134
</configuration>
135135
</plugin>
136136
<plugin>

0 commit comments

Comments
 (0)