mirror of
https://github.com/recloudstream/gradle.git
synced 2024-08-14 23:56:59 +00:00
fix once again
This commit is contained in:
parent
e46204f939
commit
26c1af5710
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ fun registerTasks(project: Project) {
|
|||
try {
|
||||
extension.fileSize = task.outputs.files.singleFile.length()
|
||||
}
|
||||
catch(Exception e) {
|
||||
catch(e: Throwable) {
|
||||
extension.fileSize = -1L
|
||||
}
|
||||
task.logger.lifecycle("Made Cloudstream package at ${task.outputs.files.singleFile}")
|
||||
|
|
Loading…
Reference in a new issue