From fdd4b38c209ae658ccaf62ae3a8028d8bfda6552 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Mon, 1 Mar 2021 13:25:49 +0000 Subject: Change build.gradle --- build.gradle | 12 ++++-------- src/main/resources/plugin.yml | 8 ++------ 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/build.gradle b/build.gradle index a8196e74..cac25526 100644 --- a/build.gradle +++ b/build.gradle @@ -2,17 +2,13 @@ plugins { id 'java' } -group = 'com.leonardobishop.quests' +group = 'com.leonardobishop' version = '2.14.1' processResources { from(sourceSets.main.resources.srcDirs) { include 'plugin.yml' - expand( - 'name': project.name, - 'main': project.group + '.' + project.name, - 'version': project.version - ) + expand('version': project.version) } } @@ -61,8 +57,8 @@ dependencies { } // IridiumSkyblock // TODO fix whenever repo is up -// compileOnly 'com.github.Iridium-Development:IridiumSkyblock:master-SNAPSHOT' - compileOnly files('libs/IridiumSkyblock-2.6.7.jar') // (<-- download this from spigot and add yourself) + // compileOnly 'com.github.Iridium-Development:IridiumSkyblock:master-SNAPSHOT' + // download from spigot and add to /libs/ yourself // uSkyBlock compileOnly 'com.github.rlf:uSkyBlock-API:2.6.4' // MythicMobs diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index a2b578b4..5c72ebd6 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,13 +1,9 @@ -# This will be replaced with the property "rootProject.name" in settings.gradle -name: ${name} +name: Quests # This will be replaced with the property "version" in build.gradle version: ${version} -# This will be replaced with the property "group" in build.gradle + plugin name -# See "processResources" in build.gradle for more info -main: ${main} - +main: com.leonardobishop.quests.Quests website: https://github.com/LMBishop/Quests authors: [LMBishop, NicoNekoDev, nivcoo, Rubenicos, RodneyMKay, Auxilor, BavoVanMeel, SuSeu1414, Reinatix] softdepend: [ASkyBlock, BentoBox, IridiumSkyblock, uSkyBlock, Citizens, MythicMobs, PlaceholderAPI, Essentials] -- cgit v1.2.3-70-g09d2