Skip to content

Replace explicit types with 'var' #58

Replace explicit types with 'var'

Replace explicit types with 'var' #58

Workflow file for this run

name: Build with Maven
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-15-intel, macos-15, windows-2025]
steps:
- uses: actions/checkout@v6
- name: Set up JDK 25
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '25'
cache: maven
- name: Build with Maven
run: mvn -B package