Skip to content

Commit

Permalink
Bug fix:提权失败仍然继续打包
Browse files Browse the repository at this point in the history
  • Loading branch information
owenlongbo committed Jun 8, 2018
1 parent adea6bf commit 1fe5705
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ class ImagePlugin implements Plugin<Project> {
if (Tools.isLinux()) {
if (Tools.chmod()) {
LogUtil.log("McImage chmod success")
} else {
throw new GradleException("McImage chmod fail")
}
}
}
Expand Down

0 comments on commit 1fe5705

Please sign in to comment.