From 6ac18156b01ea2aac5bc17bf36c9f026c07d4973 Mon Sep 17 00:00:00 2001 From: CloudlyBot | Argantiu <114483978+CloudlyBot@users.noreply.github.com> Date: Sat, 22 Apr 2023 17:33:48 +0200 Subject: [PATCH] Update build.gradle --- build.gradle | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 2904da4..e2c7da6 100644 --- a/build.gradle +++ b/build.gradle @@ -10,22 +10,25 @@ plugins { //apply from: "$rootDir/gradle/jacoco.gradle" //apply from: "$rootDir/gradle/publish.gradle" -sourceCompatibility = 17 -targetCompatibility = 17 - -ext { - mcVersion = project.property("mcVersion") -} +//sourceCompatibility = 17 +//targetCompatibility = 17 group = "de.butzlabben" +pluginName = "WorldSystem" version = "2.4.34" description = "WorldSystem is a world creator that allows you to easily create per player worlds" +ext { + mcVersion = ("mcVersion") +} + java { withJavadocJar() withSourcesJar() } +archivesBaseName = ("pluginName") + repositories { mavenCentral() maven { url "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" } @@ -39,7 +42,7 @@ repositories { maven { url "https://ci.athion.net/job/FastAsyncWorldEdit/changes/" } maven { url "https://mvnrepository.com/artifact/commons-io/commons-io/" } } - //Add dependencies here + dependencies { //compileOnly spigot('1.19.4') //compileOnly lombok() @@ -52,7 +55,7 @@ dependencies { implementation('dev.triumphteam:triumph-gui:3.2') compileOnly("org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT") compileOnly("com.github.MilkBowl:VaultAPI:1.7.1") - compileOnly("me.clip:placeholderapi:2.11.1") + compileOnly("me.clip:placeholderapi:2.11.3") compileOnly("org.jetbrains:annotations:23.0.0") compileOnly('com.mojang:authlib:1.5.25') compileOnly('org.projectlombok:lombok:1.18.26')