From 438f7360c78dbf4349ba2679e454f63489e4da1a Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Fri, 7 Dec 2018 12:29:35 -0500 Subject: [PATCH] using jdk 11 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 98f3da610..05a756a92 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: springcloud/pipeline-base + - image: ryanjbaxter/pipeline-base-jdk11 user: appuser environment: _JAVA_OPTIONS: "-Xms1024m -Xmx2048m" @@ -39,4 +39,4 @@ jobs: destination: artifacts - store_test_results: path: ~/junit/ - destination: testartifacts \ No newline at end of file + destination: testartifacts