From 5f9551adcb7b006e600b4389474e8270183d5587 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Sun, 14 Jan 2024 09:38:52 +0100 Subject: [PATCH] =?UTF-8?q?remove=20superfluous=20=C2=BBMaven=20Spotless?= =?UTF-8?q?=20Plugin=C2=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Invocation of code linting (fix) is done by »diKTat« [1] directly. It was required to invoke »ktfmt« [2]. [1]: https://diktat.saveourtool.com/ [2]: https://facebook.github.io/ktfmt/ --- spring-boot/pom.xml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index 4ef929b..cdc9e99 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -20,7 +20,6 @@ 1.2.5 - 2.41.1 1.19.3 2.2.0 @@ -133,34 +132,7 @@ ${project.basedir}/src/main/kotlin ${project.basedir}/src/test/kotlin - - - - com.diffplug.spotless - spotless-maven-plugin - ${spotless.version} - - - - - com.diffplug.spotless - spotless-maven-plugin - - - - ${diktat.version} - - - - - - - check - - - - org.cqfn.diktat diktat-maven-plugin