From 800d4a5896893bd2714805d5dc9f205dcfa7ef42 Mon Sep 17 00:00:00 2001 From: "BT (calcastor/mame)" <43831917+calcastor@users.noreply.github.com> Date: Sun, 23 Jun 2024 18:40:35 -0700 Subject: [PATCH] Switch to Spotless and cleanup pom.xml Signed-off-by: BT (calcastor/mame) <43831917+calcastor@users.noreply.github.com> --- .github/workflows/ci.yml | 2 ++ pom.xml | 31 +++++++++++++++++++++++++------ 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0edb667..fdf04bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: actions/setup-java@v4 with: java-version: 21 diff --git a/pom.xml b/pom.xml index 3c0baac..da6ab11 100644 --- a/pom.xml +++ b/pom.xml @@ -7,6 +7,12 @@ 1.0.0-SNAPSHOT Events + + 21 + 21 + UTF-8 + + ashcon-repo @@ -44,18 +50,31 @@ maven-compiler-plugin 3.13.0 - 21 - 21 + + + org.incendo + cloud-annotations + 2.0.0-rc.2 + + - com.coveo - fmt-maven-plugin - 2.9 + com.diffplug.spotless + spotless-maven-plugin + 2.43.0 - + origin/master + + + + 2.47.0 + + true + +