Skip to content

Commit 859a24d

Browse files
authored
Fix YAML syntax and improve build command
1 parent d32c9fc commit 859a24d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
with:
1616
distribution: 'temurin'
1717
java-version: '21'
18-
cache: 'maven'
18+
cache: maven
1919
- name: Install Atlassian SDK
2020
uses: rodrigo-nogues/github-action-install-atlassian-sdk@v1
2121
- name: Build Project
22-
run: atlas-mvn package
22+
run: atlas-mvn --batch-mode package

0 commit comments

Comments
 (0)