Skip to content

Commit

Permalink
chore: update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bvfalcon committed Jan 2, 2024
1 parent e09147e commit c5beb3b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
distribution: 'adopt'

- name: Build with Maven
run: mvn --batch-mode --nsu clean && mvn --batch-mode --update-snapshots clean validate -Pwith-gradle -pl kotlin-bundled-compiler && mvn --batch-mode --update-snapshots package
uses: s4u/setup-maven-action@v1.11.0
with:
maven-version: 3.9.5
- run: mvn --batch-mode --nsu clean && mvn --batch-mode --update-snapshots clean validate -Pwith-gradle -pl kotlin-bundled-compiler && mvn --batch-mode --update-snapshots package

- name: Publish eclipse repository
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c5beb3b

Please sign in to comment.