Merge branch 'feature/versions-update' into develop
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jaime Freire
2023-11-26 05:15:52 +01:00

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default-java-runner
steps:
- name: test
image: maven:3.9.5-amazoncorretto-21-debian
commands:
- mvn install -B -V
- mvn test -B