Skip to content

Commit

Permalink
try to fix remote deploy error
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Feb 23, 2014
1 parent 4079c0d commit 2d5dc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -215,7 +215,7 @@ task("uploadJars", dependsOn:"signJar") {
repositories.mavenDeployer {
configuration = configurations.deployerJars
repository(url: "sftp://${sftp_maven}")
authentication(userName: "${project.sftp_username}",privateKey: ${project.sftp_key})
authentication(userName: "${sftp_username}",privateKey: "${sftp_key}")
}
}
}
Expand Down

0 comments on commit 2d5dc63

Please sign in to comment.