From e00f238376e2c57f55af3b4683d38044b8739c2b Mon Sep 17 00:00:00 2001 From: VAKiliner <119078586+vakiliner@users.noreply.github.com> Date: Fri, 6 Feb 2026 21:51:33 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7?= =?UTF-8?q?=D1=83=D0=B5=D0=BC=D1=8B=D0=B9=20processResources?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- craftbukkit/build.gradle | 8 -------- 1 file changed, 8 deletions(-) diff --git a/craftbukkit/build.gradle b/craftbukkit/build.gradle index 35b8d98..807e860 100644 --- a/craftbukkit/build.gradle +++ b/craftbukkit/build.gradle @@ -7,14 +7,6 @@ dependencies { compileOnly fileTree(include: ['*.jar'], dir: 'libs') } -processResources { - inputs.property "version", project.version - - filesMatching('plugin.yml') { - expand "version": inputs.properties.version - } -} - jar { var task = project(':bukkit').tasks.getByName('jar')