Updated workflow and fixed build in pom

This commit is contained in:
2023-12-04 20:04:20 +01:00
parent 3c3da2250e
commit b0f80e71e6
2 changed files with 3 additions and 5 deletions

View File

@ -15,5 +15,7 @@ jobs:
with:
java-version: '17'
distribution: 'adopt'
- name: Grant execute permission for mvnw
run: chmod +x ./mvnw
- name: Build with Maven
run: ./mvnw package spring-boot:repackage
run: ./mvnw package spring-boot:repackage