Skip to content

Bump com.diffplug.spotless:spotless-maven-plugin from 2.41.1 to 2.42.0 #242

Bump com.diffplug.spotless:spotless-maven-plugin from 2.41.1 to 2.42.0

Bump com.diffplug.spotless:spotless-maven-plugin from 2.41.1 to 2.42.0 #242

Workflow file for this run

name: CI
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11, 17 ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{ matrix.java }}
cache: maven
- name: Test
run: mvn --batch-mode --show-version test