We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acab496 commit 6661b67Copy full SHA for 6661b67
.circleci/config.yml
@@ -14,7 +14,7 @@ commands:
14
jobs:
15
format:
16
docker:
17
- - image: circleci/openjdk:8-jdk
+ - image: cimg/openjdk:8.0
18
steps:
19
- checkout
20
- restore_cache:
@@ -25,7 +25,7 @@ jobs:
25
26
test-java-8:
27
28
29
30
31
@@ -44,7 +44,7 @@ jobs:
44
45
test-java-11:
46
47
- - image: circleci/openjdk:11-jdk
+ - image: cimg/openjdk:11.0
48
49
50
@@ -63,7 +63,7 @@ jobs:
63
64
release:
65
66
67
68
69
0 commit comments