diff --git a/core-bukkit/build.gradle.kts b/core-bukkit/build.gradle.kts index 68666fc..f77dc5c 100644 --- a/core-bukkit/build.gradle.kts +++ b/core-bukkit/build.gradle.kts @@ -46,6 +46,6 @@ tasks { archiveBaseName = "HamsterCore-Bukkit" } shadowJar { - destinationDirectory = rootProject.buildDir + destinationDirectory = rootProject.layout.buildDirectory } } diff --git a/core-bungee/build.gradle.kts b/core-bungee/build.gradle.kts index 8e6dd1e..ca05eb6 100644 --- a/core-bungee/build.gradle.kts +++ b/core-bungee/build.gradle.kts @@ -38,6 +38,6 @@ tasks { archiveBaseName = "HamsterCore-BungeeCord" } shadowJar { - destinationDirectory = rootProject.buildDir + destinationDirectory = rootProject.layout.buildDirectory } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 15de902..e411586 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists