added drone ci

* updated gradle wrapper to gradle 5.6.2
This commit is contained in:
2019-09-07 21:01:17 +02:00
parent 4ce37b3dcf
commit 2f5b2a6579
4 changed files with 12 additions and 3 deletions

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: assembleRelease
image: gradle:jdk8
commands:
- gradle assembleRelease