Skip to content

chore: Configure Dependabot for Maven and GitHub Actions #15

chore: Configure Dependabot for Maven and GitHub Actions

chore: Configure Dependabot for Maven and GitHub Actions #15

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-ea'
cache: 'maven'
- name: Build with Maven
run: ./mvnw --show-version --no-transfer-progress --errors --batch-mode package