Skip to content

Commit 4e0796e

Browse files
committed
删除多余代码。
1 parent 75222cb commit 4e0796e

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

androidutilskt/build.gradle

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,6 @@ android {
2525

2626
}
2727

28-
uploadArchives {
29-
configuration = configurations.archives
30-
repositories {
31-
mavenDeployer {
32-
snapshotRepository(url: MAVEN_REPO_SNAPSHOT_URL) {
33-
authentication(userName: NEXUS_USERNAME, password: NEXUS_PASSWORD)
34-
}
35-
repository(url: MAVEN_REPO_RELEASE_URL) {
36-
authentication(userName: NEXUS_USERNAME, password: NEXUS_PASSWORD)
37-
}
38-
pom.project {
39-
version '2.0.0-beta'
40-
artifactId 'AndroidUtilsKt'
41-
groupId GROUP_ID
42-
packaging TYPE
43-
description DESCRIPTION
44-
}
45-
}
46-
}
47-
}
4828

4929
dependencies {
5030
implementation fileTree(include: ['*.jar'], dir: 'libs')

gradle.properties

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,3 @@ org.gradle.jvmargs=-Xmx1536m
1313
# org.gradle.parallel=true
1414
# Kotlin code style for this project: "official" or "obsolete":
1515
kotlin.code.style=official
16-
17-
18-
#Maven仓库的URL
19-
#MAVEN_REPO_RELEASE_URL=http://127.0.0.1:8081/repository/maven-releases/
20-
#MAVEN_REPO_SNAPSHOT_URL=http://127.0.0.1:8081/repository/maven-snapshots/
21-
MAVEN_REPO_RELEASE_URL=http://192.168.254.20:8081/nexus/content/repositories/releases/
22-
MAVEN_REPO_SNAPSHOT_URL=http://192.168.254.20:8081/nexus/content/repositories/snapshots/
23-
24-
#对应maven的GroupId的值
25-
GROUP=AndroidUtilsKt
26-
#登录nexus ossde的用户名
27-
NEXUS_USERNAME=admin
28-
#登录nexus oss的密码
29-
NEXUS_PASSWORD=admin123
30-
# groupid
31-
GROUP_ID=com.mit
32-
# type
33-
TYPE = aar
34-
# description
35-
DESCRIPTION = 基于Kotlin编写的Android工具类库

0 commit comments

Comments
 (0)