diff --git a/LaunchServer/build.gradle b/LaunchServer/build.gradle index 8288f840..1b0cb5e7 100644 --- a/LaunchServer/build.gradle +++ b/LaunchServer/build.gradle @@ -177,7 +177,7 @@ task dumpClientLibs(type: Copy) { from parent.childProjects.Launcher.tasks.dumpLibs.destinationDir } -build.dependsOn tasks.dumpLibs, tasks.dumpCompileOnlyLibs, tasks.dumpClientLibs, tasks.bundle, tasks.cleanjar +assemble.dependsOn tasks.dumpLibs, tasks.dumpCompileOnlyLibs, tasks.dumpClientLibs, tasks.bundle, tasks.cleanjar publishing { diff --git a/Launcher/build.gradle b/Launcher/build.gradle index 2cc9e3cb..4d368664 100644 --- a/Launcher/build.gradle +++ b/Launcher/build.gradle @@ -66,7 +66,7 @@ task dumpLibs(type: Copy) { } -build.dependsOn tasks.genRuntimeJS, tasks.dumpLibs, tasks.shadowJar +assemble.dependsOn tasks.genRuntimeJS, tasks.dumpLibs, tasks.shadowJar publishing { publications { diff --git a/ServerWrapper/build.gradle b/ServerWrapper/build.gradle index 65c459a8..72d24cec 100644 --- a/ServerWrapper/build.gradle +++ b/ServerWrapper/build.gradle @@ -95,5 +95,4 @@ pack project(':LauncherAuthlib') sign publishing.publications.serverwrapperapi } -build.dependsOn tasks.shadowJar - \ No newline at end of file +assemble.dependsOn tasks.shadowJar diff --git a/modules b/modules index 34f3eb73..150d7852 160000 --- a/modules +++ b/modules @@ -1 +1 @@ -Subproject commit 34f3eb73b471d1ac2fcf6661d61e7fd3af530b7f +Subproject commit 150d78526db03d0f580b17702dd67466aee0c3a5