add ability for user to customize proxy setting

Former-commit-id: 8b5093ccc75751bbea1415334bd5f4335bc5bbc6
This commit is contained in:
ma wei
2015-05-15 11:33:17 +08:00
parent 00f10771d9
commit 8ddf4a0e72
4 changed files with 55 additions and 13 deletions

View File

@@ -33,18 +33,18 @@ dependencies {
}
group = 'com.tools.security'
version = '0.0.2'
version = '0.0.3'
//-------------------------------
// Local debug use only
//
//uploadArchives {
// repositories {
// mavenDeployer {
// repository(url: uri('../../../repo'))
// }
// }
//}
uploadArchives {
repositories {
mavenDeployer {
repository(url: uri('../../../repo'))
}
}
}
//-------------------------------
// publish to Bintray