File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ commands:
2929jobs :
3030 format :
3131 docker :
32- - image : circleci /openjdk:8-jdk
32+ - image : cimg /openjdk:8.0
3333 steps :
3434 - checkout
3535 - restore_cache :
3939 command : cat /dev/null | sbt '++ 2.13.1 scalafmtCheckAll'
4040 test-2-11 :
4141 docker :
42- - image : circleci /openjdk:8-jdk
42+ - image : cimg /openjdk:8.0
4343 steps :
4444 - checkout
4545 - restore_cache :
5555 - " ~/.m2"
5656 test-2-12 :
5757 docker :
58- - image : circleci /openjdk:8-jdk
58+ - image : cimg /openjdk:8.0
5959 steps :
6060 - checkout
6161 - restore_cache :
7171 - " ~/.m2"
7272 test-2-13 :
7373 docker :
74- - image : circleci /openjdk:8-jdk
74+ - image : cimg /openjdk:8.0
7575 steps :
7676 - checkout
7777 - restore_cache :
8888
8989 release :
9090 docker :
91- - image : circleci /openjdk:8-jdk
91+ - image : cimg /openjdk:8.0
9292 steps :
9393 - checkout
9494 - run :
You can’t perform that action at this time.
0 commit comments