From d62532579be03a3180a134cdfe0e2086d4acb72c Mon Sep 17 00:00:00 2001 From: Tofaa <82680183+Tofaa2@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:41:37 +0400 Subject: [PATCH] comment out the inclusion of test-plugin --- .idea/workspace.xml | 4 +--- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e62d9fa..25e579c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,10 +5,7 @@ - - - diff --git a/settings.gradle b/settings.gradle index 6b9d5fb..88f7ad7 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,5 +1,5 @@ rootProject.name = 'EntityLib' -include 'test-plugin' +//include 'test-plugin' include 'api' include 'platforms:spigot' findProject(':platforms:spigot')?.name = 'spigot'