added java 8 support again

* added drone testing for java 8
This commit is contained in:
2019-10-06 12:11:02 +02:00
parent 26f1834183
commit 238947a894
3 changed files with 17 additions and 6 deletions

View File

@ -6,3 +6,9 @@ steps:
image: gradle:jdk11
commands:
- gradle test
- name: test-jdk8
image: gradle:jdk8
commands:
- gradle test