Initial commit
This commit is contained in:
commit
e4c00f10e8
37 changed files with 2512 additions and 0 deletions
5
.gitlab-ci.yml
Normal file
5
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
image: maven:3.9.11-amazoncorretto-25
|
||||
|
||||
build:
|
||||
script:
|
||||
- mvn -B -ntp clean verify
|
||||
Loading…
Add table
Add a link
Reference in a new issue