All checks were successful
continuous-integration/drone/push Build is passing
8 lines
No EOL
114 B
YAML
8 lines
No EOL
114 B
YAML
kind: pipeline
|
|
type: docker
|
|
|
|
steps:
|
|
- name: gradleBuild
|
|
image: gradle:7.0.1-jdk8
|
|
commands:
|
|
- ./gradlew build |