Updated workflow and fixed build in pom
This commit is contained in:
parent
3c3da2250e
commit
b0f80e71e6
@ -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
|
Loading…
x
Reference in New Issue
Block a user