diff options
author | George Fraser <george@fivetran.com> | 2018-09-23 18:19:44 -0700 |
---|---|---|
committer | George Fraser <george@fivetran.com> | 2018-09-23 18:19:44 -0700 |
commit | 37868e3379e84798f8a58ffe49a290b72ed1a0c9 (patch) | |
tree | 86d6a3db84cd5666e2dee25bbd1a9c64a8450a75 | |
parent | d77f1ab606a98dadf4fcc6640e5a575e2187b9e1 (diff) | |
download | java-language-server-37868e3379e84798f8a58ffe49a290b72ed1a0c9.zip |
Try running install in steps
-rw-r--r-- | .circleci/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 4af58bf..44ae679 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,6 +30,7 @@ jobs: # fallback to using the latest cache if no exact match is found - v1-dependencies- + - run: sudo apt-get install openjdk-10-source - run: mvn dependency:go-offline - save_cache: |