Skip to content

Commit 59bc7e5

Browse files
author
jackjintai
committed
modify
[doc]:update doc
1 parent 39d203f commit 59bc7e5

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

Android/java/doraemonkit-no-op/upload-dev.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@ if (publishArchivesType == 1) {
2626
}
2727

2828

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+
3530
}
3631
}
3732
}

Android/java/doraemonkit-okhttp-api/upload-dev.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@ if (publishArchivesType == 1) {
2626
}
2727

2828

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+
3530
}
3631
}
3732
}

0 commit comments

Comments
 (0)