From e702a1d58e3375f60628e1d74f5a4cf52b07188a Mon Sep 17 00:00:00 2001 From: Rodolphe Fontaine <30529563+Rodi26@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:31:18 +0200 Subject: [PATCH] io.spring.javaformat:spring-javaformat-checkstyle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 08dc07c4c..7c4d4190e 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-docker-compose' testImplementation 'org.testcontainers:junit-jupiter' testImplementation 'org.testcontainers:mysql' - checkstyle "io.spring.javaformat:spring-javaformat-checkstyle:${springJavaformatCheckstyleVersion}" + checkstyle "io.spring.javaformat:spring-javaformat-checkstyle:0.0.43" checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}" }