mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] ShadowJar на assemble (скрипты сборки).
This commit is contained in:
parent
ebda41bbd5
commit
b43f7c4ed0
4 changed files with 4 additions and 5 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -95,5 +95,4 @@ pack project(':LauncherAuthlib')
|
|||
sign publishing.publications.serverwrapperapi
|
||||
}
|
||||
|
||||
build.dependsOn tasks.shadowJar
|
||||
|
||||
assemble.dependsOn tasks.shadowJar
|
||||
|
|
2
modules
2
modules
|
@ -1 +1 @@
|
|||
Subproject commit 34f3eb73b471d1ac2fcf6661d61e7fd3af530b7f
|
||||
Subproject commit 150d78526db03d0f580b17702dd67466aee0c3a5
|
Loading…
Reference in a new issue