fix ci build

This commit is contained in:
ShirosakiMio 2024-01-07 18:47:49 +08:00
parent 9ff781f62c
commit b9a6f6a9f2
1 changed files with 2 additions and 2 deletions

View File

@ -108,9 +108,9 @@ ssh.settings {
}
remotes {
try {
Properties prop = new Properties()
prop.load(new FileInputStream("${rootDir}/local.properties"))
try {
debugServer {
host = prop.getProperty("sftp.host")
port = prop.getProperty("sftp.port").toInteger()