1 # Java Gradle CircleCI 2.0 configuration file
3 # Check https://circleci.com/docs/2.0/language-java/ for more details
9 # specify the version you desire here
10 - image: openjdk:16-jdk
12 # Specify service dependencies here if necessary
13 # CircleCI maintains a library of pre-built images
14 # documented at https://circleci.com/docs/2.0/circleci-images/
15 # - image: circleci/postgres:9.4
17 working_directory: ~/repo
20 # Customize the JVM maximum heap limit
27 # Download and cache dependencies
30 - v1-dependencies-{{ checksum "build.gradle" }}
31 # fallback to using the latest cache if no exact match is found
36 path: build/libs/chemc-3.1.0-pre-dev.jar
37 destination: chemc-3.0.91.jar
42 key: v1-dependencies-{{ checksum "build.gradle" }}