Skip to content

refactor: Upgrade ehcache from 2.x to 3.x (#15) #18

refactor: Upgrade ehcache from 2.x to 3.x (#15)

refactor: Upgrade ehcache from 2.x to 3.x (#15) #18

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 25
- name: Build with Maven
run: ./mvnw --no-transfer-progress clean verify