From 5feb3658998c92d462b169833d8e52f820fff8b1 Mon Sep 17 00:00:00 2001 From: LQ63 Date: Tue, 21 Apr 2026 19:10:29 +0200 Subject: [PATCH] fix(rules): Code quality Fixed problem with dependency --- modules/rule/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rule/build.gradle.kts b/modules/rule/build.gradle.kts index e1eb832..38982d5 100644 --- a/modules/rule/build.gradle.kts +++ b/modules/rule/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { implementation(project(":modules:api")) - implementation(enforcedPlatform("${quarkusPlatformGroupId}:${quarkusPlatformArtifactId}:${quarkusPlatformVersion}")) + implementation(platform("${quarkusPlatformGroupId}:${quarkusPlatformArtifactId}:${quarkusPlatformVersion}")) implementation("io.quarkus:quarkus-rest") implementation("io.quarkus:quarkus-hibernate-orm") implementation("io.quarkus:quarkus-rest-client-jackson")