We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f360b37 commit db512eaCopy full SHA for db512ea
1 file changed
.circleci/config.yml
@@ -2,9 +2,8 @@ version: 2
2
3
jobs:
4
build:
5
- machine:
6
- java:
7
- version: oraclejdk8
+ docker:
+ - image: cimg/openjdk:11.0
8
working_directory: ~/comsm0018-unit-webpage
9
steps:
10
- checkout
0 commit comments