Skip to content

Commit

Permalink
Updated To Java 11
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Gager <jlgager@jgcomptech.com>
  • Loading branch information
jlgager24 committed Oct 13, 2018
1 parent cc5447a commit 862358c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/openjdk:10.0.2-jdk
- image: circleci/openjdk:11-jdk

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: java

jdk:
- oraclejdk10
- openjdk11

install: mvn install -Dgpg.skip
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -286,8 +286,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<source>10</source>
<target>10</target>
<source>11</source>
<target>11</target>
</configuration>
<dependencies>
<dependency>
Expand Down

0 comments on commit 862358c

Please sign in to comment.