Skip to content

Commit d5dfeb3

Browse files
Update main.yml
1 parent 9e0195c commit d5dfeb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
with:
1414
java-version: '17'
1515
distribution: 'adopt'
16-
- name: Compile with Maven
17-
run: mvn compile
16+
- name: Build JAR
17+
run: mvn package
1818
- name: Build Docker Image
1919
run: docker build -t devopsimage .
2020
- name: Run image

0 commit comments

Comments
 (0)