Skip to content

chore: Configure Dependabot for Maven and GitHub Actions (#5) #17

chore: Configure Dependabot for Maven and GitHub Actions (#5)

chore: Configure Dependabot for Maven and GitHub Actions (#5) #17

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '25'
cache: 'maven'
- name: Build with Maven
run: ./mvnw --show-version --no-transfer-progress --errors --batch-mode package