Add drone build
This commit is contained in:
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Build
|
||||||
|
image: eclipse-temurin:17-alpine
|
||||||
|
commands:
|
||||||
|
- ./gradlew build
|
||||||
Reference in New Issue
Block a user