diff --git a/core-bukkit/build.gradle.kts b/core-bukkit/build.gradle.kts index 029a578..7ab2264 100644 --- a/core-bukkit/build.gradle.kts +++ b/core-bukkit/build.gradle.kts @@ -60,6 +60,7 @@ tasks { archiveClassifier = "Java8" from(project.configurations.runtimeClasspath.get().map { if (it.isDirectory) it else zipTree(it) }) from(processResources.get().outputs) + from(jar.get().outputs) from(shadeJava8.map { if (it.isDirectory) it else zipTree(it) }) destinationDirectory = rootProject.layout.buildDirectory relocate("de.tr7zw.changeme.nbtapi", "cn.hamster3.mc.plugin.core.lib.de.tr7zw.nbtapi") diff --git a/core-bungee/build.gradle.kts b/core-bungee/build.gradle.kts index 2851656..d8a9b39 100644 --- a/core-bungee/build.gradle.kts +++ b/core-bungee/build.gradle.kts @@ -57,6 +57,7 @@ tasks { archiveClassifier = "Java8" from(project.configurations.runtimeClasspath.get().map { if (it.isDirectory) it else zipTree(it) }) from(processResources.get().outputs) + from(jar.get().outputs) from(shadeJava8.map { if (it.isDirectory) it else zipTree(it) }) destinationDirectory = rootProject.layout.buildDirectory relocate("de.tr7zw.changeme.nbtapi", "cn.hamster3.mc.plugin.core.lib.de.tr7zw.nbtapi") diff --git a/core-velocity/build.gradle.kts b/core-velocity/build.gradle.kts index c12ff24..860cb0c 100644 --- a/core-velocity/build.gradle.kts +++ b/core-velocity/build.gradle.kts @@ -49,7 +49,7 @@ java { tasks { withType { - archiveBaseName = "AirGameCore-Velocity" + archiveBaseName = "HamsterCore-Velocity" } shadowJar { destinationDirectory = rootProject.layout.buildDirectory