Skip to content

Bump com.diffplug.spotless from 6.23.0 to 6.25.0 #28

Bump com.diffplug.spotless from 6.23.0 to 6.25.0

Bump com.diffplug.spotless from 6.23.0 to 6.25.0 #28

Workflow file for this run

name: Maven Build
on:
push:
branches:
- '**'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: ./mvnw verify