Skip to content

Commit db512ea

Browse files
committed
Attempt to fix java error in circleci integration
1 parent f360b37 commit db512ea

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ version: 2
22

33
jobs:
44
build:
5-
machine:
6-
java:
7-
version: oraclejdk8
5+
docker:
6+
- image: cimg/openjdk:11.0
87
working_directory: ~/comsm0018-unit-webpage
98
steps:
109
- checkout

0 commit comments

Comments
 (0)