Skip to content

Bump com.github.ben-manes.caffeine:caffeine from 3.1.8 to 3.2.0 #52

Bump com.github.ben-manes.caffeine:caffeine from 3.1.8 to 3.2.0

Bump com.github.ben-manes.caffeine:caffeine from 3.1.8 to 3.2.0 #52

Workflow file for this run

name: Build server application
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
cache: gradle
- name: Build with Gradle
run: ./gradlew build --no-daemon