Skip to content

Commit 862358c

Browse files
committed
Updated To Java 11
Signed-off-by: Joshua Gager <[email protected]>
1 parent cc5447a commit 862358c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: circleci/openjdk:10.0.2-jdk
10+
- image: circleci/openjdk:11-jdk
1111

1212
# Specify service dependencies here if necessary
1313
# CircleCI maintains a library of pre-built images

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: java
22

33
jdk:
4-
- oraclejdk10
4+
- openjdk11
55

66
install: mvn install -Dgpg.skip

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@
286286
<artifactId>maven-compiler-plugin</artifactId>
287287
<version>3.8.0</version>
288288
<configuration>
289-
<source>10</source>
290-
<target>10</target>
289+
<source>11</source>
290+
<target>11</target>
291291
</configuration>
292292
<dependencies>
293293
<dependency>

0 commit comments

Comments
 (0)