Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Update dependency maven to v3.9.8 #10

Update dependency maven to v3.9.8

Update dependency maven to v3.9.8 #10

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '17'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml