From dc802f9e0080d0dbbff4401667f15ed786ba0695 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 19 Apr 2020 11:20:21 +0200 Subject: [PATCH] Change to default docker and add jdk to install --- .abstruse.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.abstruse.yml b/.abstruse.yml index c4395fd..ab131a7 100644 --- a/.abstruse.yml +++ b/.abstruse.yml @@ -1,4 +1,4 @@ -image: openjdk +image: abstruse matrix: - env: SCRIPT=shadowJar @@ -7,6 +7,7 @@ before_install: - apt update install: + - apt install -y openjdk-8-jdk - apt install -y gradle script: