From 2d01555069579e24d23c1fad13991c8c24a79cb4 Mon Sep 17 00:00:00 2001 From: eikefab Date: Mon, 22 Mar 2021 16:56:10 -0300 Subject: [PATCH] feat(build.gradle): added compatibility with NextPlugins' plugins --- build.gradle | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 32ca249..59da0f3 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group 'com.nextplugins' -version '1.0.0' +version '1.0.1' tasks.build.dependsOn('pdm', 'shadowJar') @@ -52,6 +52,15 @@ bukkit { authors = ['Henry_Fabio', 'Eike', 'Gabriel Santos', 'Yuhtin'] website = 'https://github.com/NextPlugins' version = "${project.version}" + softDepend = [ + "NextEconomy", + "NextMarket", + "NextCash", + "NextSorteios", + "NextOnlineTime", + "NextCommandPassword", + "NextTasks" + ] } shadowJar {