Commit 581cd022 by amir
parent 232bfacd
Showing with 2 additions and 2 deletions
...@@ -16,10 +16,10 @@ artifacts { ...@@ -16,10 +16,10 @@ artifacts {
uploadArchives { uploadArchives {
repositories { repositories {
mavenDeployer { mavenDeployer {
repository(url: 'http://172.16.1.132:8081/repository/internal') { repository(url: 'https://municipalitybank.com:8081/repository/internal') {
authentication(userName: 'admin', password: 'giptmgr1') authentication(userName: 'admin', password: 'giptmgr1')
} }
// snapshotRepository(url: 'http://172.16.1.132:8081/repository/internal') { // snapshotRepository(url: 'https://municipalitybank.com:8081/repository/internal') {
// authentication(userName: 'admin', password: 'giptmgr1') // authentication(userName: 'admin', password: 'giptmgr1')
// } // }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment