Update build.gradle

This commit is contained in:
Tungstend 2024-01-07 19:39:17 +08:00
parent 631aa4ecb3
commit b87ae66612
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ remotes {
user = prop.getProperty("sftp.username")
password = prop.getProperty("sftp.password")
}
}catch (Exception e){
} catch (Exception e) {
}
}