Skip to content

Merge pull request #40 from MartinDai/dependabot/maven/commons-fileup… #182

Merge pull request #40 from MartinDai/dependabot/maven/commons-fileup…

Merge pull request #40 from MartinDai/dependabot/maven/commons-fileup… #182

Workflow file for this run

name: Java CI with Maven
on:
push:
branches:
- master
- 'feature/**'
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Maven
run: ./mvnw -B package --file pom.xml