From 582b88f8ca26675a1a1284044a0d31a8b593334a Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Thu, 8 Feb 2024 06:23:57 +0200 Subject: [PATCH] Fix validation step --- microbenchmarks/pom.xml | 7 +++++++ pom.xml | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/microbenchmarks/pom.xml b/microbenchmarks/pom.xml index 4c2edf75cf3..881b7cd751f 100644 --- a/microbenchmarks/pom.xml +++ b/microbenchmarks/pom.xml @@ -121,6 +121,13 @@ true + + com.github.spotbugs + spotbugs-maven-plugin + + true + + diff --git a/pom.xml b/pom.xml index 9aa62e2bea0..642f4402b34 100644 --- a/pom.xml +++ b/pom.xml @@ -1094,6 +1094,9 @@ ${apache-rat-plugin.version} + + dependency-reduced-pom.xml + **/.idea/** @@ -1123,6 +1126,8 @@ **/*.iml **/*.iws **/*.ipr + + **/.sdkmanrc .repository/**