Skip to content

Commit

Permalink
注释掉 Maven 私服的配置
Browse files Browse the repository at this point in the history
  • Loading branch information
twiceyuan committed Jul 18, 2018
1 parent 0711604 commit 966c2a7
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,15 @@ artifacts {
archives javadocJar
}

apply plugin: 'maven'
uploadArchives {
repositories.mavenDeployer {
repository(url: MAVEN_URL) {
authentication(userName: MAVEN_USER, password: MAVEN_PASSWORD)
}
pom.groupId = "com.twiceyuan"
pom.artifactId = "activityargs"
pom.version = "1.2.1"
}
}
// maven uploader
//apply plugin: 'maven'
//uploadArchives {
// repositories.mavenDeployer {
// repository(url: MAVEN_URL) {
// authentication(userName: MAVEN_USER, password: MAVEN_PASSWORD)
// }
// pom.groupId = "com.twiceyuan"
// pom.artifactId = "activityargs"
// pom.version = "1.2.1"
// }
//}

0 comments on commit 966c2a7

Please sign in to comment.