Change to default docker and add jdk to install

pull/32/head
trivernis 5 years ago
parent bd57087427
commit dc802f9e00

@ -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:

Loading…
Cancel
Save