From 535d56fa7b0aae6ecb9ec65199f73e42a94709af Mon Sep 17 00:00:00 2001 From: Voomra Date: Thu, 12 Jun 2025 00:37:12 +0300 Subject: [PATCH] fix(build): gradle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Опять JetBrains IDEA не правильно парсит Gradle. --- client/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/build.gradle b/client/build.gradle index e7be24c..1152b6b 100644 --- a/client/build.gradle +++ b/client/build.gradle @@ -1,5 +1,4 @@ -//file:noinspection DependencyNotationArgument -//file:noinspection GrDeprecatedAPIUsage +//file:noinspection all import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform plugins {