readme++
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-10-02 15:25:52 +02:00
parent 6fd21e2a03
commit 276c12abc4
3 changed files with 11 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ steps:
- name: test
image: maven:3-openjdk-11
commands:
- mvn clean test
- mvn -B clean test
---
kind: pipeline
@@ -17,4 +17,4 @@ steps:
- name: test
image: maven:3-openjdk-17
commands:
- mvn clean test
- mvn -B clean test