Bumping java version for CI

This commit is contained in:
Carlo Sciolla 2019-08-21 17:20:22 +02:00
parent 1a11576f4a
commit a6545435cd
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ default: &default-steps
command: apt-get update
- run:
name: Install prerequisites
command: apt-get install -y openjdk-8-jre make python git
command: apt-get install -y openjdk-11-jre make python git
- run:
name: Install cask
command: curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python

View File

@ -93,7 +93,7 @@
(defvar plantuml-mode-hook nil "Standard hook for plantuml-mode.")
(defconst plantuml-mode-version "20190821.1447" "The plantuml-mode version string.")
(defconst plantuml-mode-version "20190821.1520" "The plantuml-mode version string.")
(defvar plantuml-mode-debug-enabled nil)