Skip to content

Commit 82ed1db

Browse files
committed
Attempting to make circle work
1 parent 6cc87fb commit 82ed1db

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ aliases:
3333
name: Executing cipublish
3434
command: ./scripts/cipublish
3535

36-
# Build environment
36+
# Build environments
37+
- &machine-openjdk8-scala2_12_12-environment
38+
machine:
39+
image: ubuntu-2004:202010-01
40+
environment:
41+
SCALA_VERSION: 2.12.12
42+
3743
- &openjdk8-scala2_12_12-environment
3844
docker:
3945
- image: circleci/openjdk:8-jdk

0 commit comments

Comments
 (0)