From 05e588ad477cdaa62fd6b8434b4a22d2752f7109 Mon Sep 17 00:00:00 2001 From: Nakul Joshi Date: Fri, 17 May 2024 20:22:01 -0700 Subject: [PATCH] add spotless --- amazon-kinesis-client-multilang/pom.xml | 22 ++++++++++++++++++++++ amazon-kinesis-client/pom.xml | 21 +++++++++++++++++++++ pom.xml | 21 +++++++++++++++++++++ 3 files changed, 64 insertions(+) diff --git a/amazon-kinesis-client-multilang/pom.xml b/amazon-kinesis-client-multilang/pom.xml index 18985dfc..8b807562 100644 --- a/amazon-kinesis-client-multilang/pom.xml +++ b/amazon-kinesis-client-multilang/pom.xml @@ -166,7 +166,29 @@ + + com.diffplug.spotless + spotless-maven-plugin + 2.30.0 + + + + + java,,\# + + + + + + + check + + compile + + + + diff --git a/amazon-kinesis-client/pom.xml b/amazon-kinesis-client/pom.xml index 26440087..3bbc8fd1 100644 --- a/amazon-kinesis-client/pom.xml +++ b/amazon-kinesis-client/pom.xml @@ -373,6 +373,27 @@ + + com.diffplug.spotless + spotless-maven-plugin + 2.30.0 + + + + + java,,\# + + + + + + + check + + compile + + + diff --git a/pom.xml b/pom.xml index a9de2c93..c8f36abb 100644 --- a/pom.xml +++ b/pom.xml @@ -106,6 +106,27 @@ UTF-8 + + com.diffplug.spotless + spotless-maven-plugin + 2.30.0 + + + + + java,,\# + + + + + + + check + + compile + + +