Skip to content

Commit 1e1c932

Browse files
committed
Use Java 9 on Jitpack and 10 on CI
1 parent 1199ee6 commit 1e1c932

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/code
55
docker:
6-
- image: circleci/openjdk:8-jdk
6+
- image: circleci/openjdk:10-jdk
77
steps:
88
- checkout
99
- restore_cache:

jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jdk:
2-
- openjdk8
2+
- openjdk9
33
install:
44
- ./gradlew clean -xcheck library:publishToMavenLocal

0 commit comments

Comments
 (0)