From 4e88d47b258f4b728763251bb0916af7ef7bfe44 Mon Sep 17 00:00:00 2001 From: John Thompson Date: Sun, 26 May 2019 10:26:42 -0400 Subject: [PATCH] udpating to JDK 11. closes #12 --- .circleci/config.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f07fae83..d128f5da 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: build: docker: # specify the version you desire here - - image: circleci/openjdk:8-jdk + - image: circleci/openjdk:11-browsers-legacy # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images diff --git a/README.md b/README.md index 9db4b896..92f283a9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![CircleCI](https://circleci.com/gh/springframeworkguru/mssc-beer-service.svg?style=svg)](https://circleci.com/gh/springframeworkguru/mssc-beer-service) # MSSC Beer Service Spring Boot Microservice example \ No newline at end of file