File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,7 @@ if (publishArchivesType == 1) {
26
26
}
27
27
28
28
29
- repository(url : " http://artifactory.intra.xiaojukeji.com/artifactory/libs-release/" ) {
30
- authentication(userName : " deployment" , password : " deployment123" )
31
- }
32
- snapshotRepository(url : " http://artifactory.intra.xiaojukeji.com/artifactory/libs-snapshot/" ) {
33
- authentication(userName : " deployment" , password : " deployment123" )
34
- }
29
+
35
30
}
36
31
}
37
32
}
Original file line number Diff line number Diff line change @@ -26,12 +26,7 @@ if (publishArchivesType == 1) {
26
26
}
27
27
28
28
29
- repository(url : " http://artifactory.intra.xiaojukeji.com/artifactory/libs-release/" ) {
30
- authentication(userName : " deployment" , password : " deployment123" )
31
- }
32
- snapshotRepository(url : " http://artifactory.intra.xiaojukeji.com/artifactory/libs-snapshot/" ) {
33
- authentication(userName : " deployment" , password : " deployment123" )
34
- }
29
+
35
30
}
36
31
}
37
32
}
You can’t perform that action at this time.
0 commit comments