From 336410eb1de30488d3c3990dcacc68ce1a6ee6a0 Mon Sep 17 00:00:00 2001 From: Voomra Date: Wed, 17 Jan 2024 03:55:05 +0300 Subject: [PATCH] =?UTF-8?q?tweak:=20=D0=B3=D0=BB=D1=83=D1=88=D0=B8=D0=BC?= =?UTF-8?q?=20warnings=20=D0=B2=20build.gradle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/build.gradle | 1 + server/build.gradle | 1 + 2 files changed, 2 insertions(+) diff --git a/client/build.gradle b/client/build.gradle index e08246c..913a051 100644 --- a/client/build.gradle +++ b/client/build.gradle @@ -1,3 +1,4 @@ +//file:noinspection VulnerableLibrariesLocal import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform plugins { diff --git a/server/build.gradle b/server/build.gradle index 6238185..6f58259 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -1,3 +1,4 @@ +//file:noinspection VulnerableLibrariesLocal plugins { id 'java' id 'application'