[FIX] Скрипты gradle.

This commit is contained in:
zaxar163 2019-03-15 20:07:50 +03:00
parent 39cbfb0e33
commit 4e26d85fe5
No known key found for this signature in database
GPG key ID: E3B309DD3852DE06
2 changed files with 8 additions and 2 deletions

View file

@ -131,4 +131,10 @@ destinationDir file("$buildDir")
from(parent.childProjects.Launcher.tasks.dumpLibs) { into 'launcher-libraries' }
}
build.dependsOn tasks.dumpLibs, tasks.dumpCompileOnlyLibs, tasks.bundle
task dumpClientLibs(type: Copy) {
dependsOn parent.childProjects.Launcher.tasks.build
into "$buildDir/libs/launcher-libraries"
from parent.childProjects.Launcher.tasks.dumpLibs.destinationDir
}
build.dependsOn tasks.dumpLibs, tasks.dumpCompileOnlyLibs, tasks.dumpClientLibs, tasks.bundle

View file

@ -18,4 +18,4 @@ Watermarker:
Message: "This copy belongs to GravitLauncher"
Key: "SuperSecureKey"
Dictionary: Spaces
TrashClasses: 200
TrashClasses: 20000