Skip to content

Update dependency maven to v3.9.8 #79

Update dependency maven to v3.9.8

Update dependency maven to v3.9.8 #79

Workflow file for this run

name: Build Elementary
on:
workflow_dispatch: {}
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
- run: chmod +x ./mvnw
- run: ./mvnw install