Skip to content

Bump net.revelc.code.formatter:formatter-maven-plugin from 2.24.1 to 2.25.0 #276

Bump net.revelc.code.formatter:formatter-maven-plugin from 2.24.1 to 2.25.0

Bump net.revelc.code.formatter:formatter-maven-plugin from 2.24.1 to 2.25.0 #276

Workflow file for this run

name: Java CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '17'
- name: Build with Maven
run: mvn -B package --file pom.xml