[FIX] ShadowJar на assemble (скрипты сборки).

This commit is contained in:
Zaxar163 2019-09-04 15:38:50 +02:00
parent ebda41bbd5
commit b43f7c4ed0
No known key found for this signature in database
GPG key ID: 1FE4F2E1F053831B
4 changed files with 4 additions and 5 deletions

View file

@ -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 {

View file

@ -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 {

View file

@ -95,5 +95,4 @@ pack project(':LauncherAuthlib')
sign publishing.publications.serverwrapperapi
}
build.dependsOn tasks.shadowJar
assemble.dependsOn tasks.shadowJar

@ -1 +1 @@
Subproject commit 34f3eb73b471d1ac2fcf6661d61e7fd3af530b7f
Subproject commit 150d78526db03d0f580b17702dd67466aee0c3a5