Skip to content

Commit 1bcd382

Browse files
committed
improve JDK versions for Circle CI builds
Signed-off-by: Andreas Schmid <[email protected]>
1 parent 4739ff5 commit 1bcd382

File tree

1 file changed

+8
-21
lines changed

1 file changed

+8
-21
lines changed

.circleci/config.yml

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,10 @@ jobs:
2929
docker:
3030
- image: circleci/openjdk:8-jdk
3131
<<: *build-job
32-
jdk9:
33-
docker:
34-
- image: circleci/openjdk:9.0.1-jdk
35-
<<: *build-job
36-
jdk10:
37-
docker:
38-
- image: circleci/openjdk:10-jdk
39-
<<: *build-job
4032
jdk11:
4133
docker:
4234
- image: circleci/openjdk:11-jdk
4335
<<: *build-job
44-
jdk12:
45-
docker:
46-
# No image provided by circleci yet (such as "circleci/openjdk:12-jdk")
47-
- image: codeaches/openjdk:12-jdk
48-
<<: *build-job
4936
jdk13:
5037
docker:
5138
- image: circleci/openjdk:13-jdk-buster
@@ -58,18 +45,18 @@ jobs:
5845
docker:
5946
- image: circleci/openjdk:15-jdk-buster
6047
<<: *build-job
48+
jdk16:
49+
docker:
50+
- image: circleci/openjdk:16-jdk-buster
51+
<<: *build-job
6152

6253
workflows:
6354
version: 2
6455
build:
6556
jobs:
6657
- jdk8
67-
- jdk9
68-
- jdk10
6958
- jdk11
70-
- jdk12
71-
# JDK 13 build fails due to spotbugs, see https://github.com/spotbugs/spotbugs/issues/1012
72-
# - jdk13
73-
# JDK 14 and 15 do not work with Gradle / Groovy yet, see https://github.com/gradle/gradle/issues/10248
74-
# - jdk14
75-
# - jdk15
59+
- jdk13
60+
- jdk14
61+
- jdk15
62+
# - jdk16 # Not supported by Gradle 6.6

0 commit comments

Comments
 (0)