summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-03-01 13:25:49 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-03-01 13:25:49 +0000
commitfdd4b38c209ae658ccaf62ae3a8028d8bfda6552 (patch)
tree75324ad1c6994aa94b909d13454f415318d1cdb7 /build.gradle
parent2ceafb135f7a5104fc348006e2befe736c13bef6 (diff)
Change build.gradle
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle12
1 files changed, 4 insertions, 8 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