Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
Update to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
0312birdzhang committed Aug 29, 2016
1 parent a23ed24 commit 8131946
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ $ ./gradlew build

$ ./gradlew jar

## How to makr source.jar
## How to make source.jar

$./gradlew task sourcesJar

## How to makr javadoc.jar
## How to make javadoc.jar

$./gradlew task javadocJar

Expand All @@ -102,4 +102,4 @@ This software is distributed under the MIT License.

## Steps

gradlew upload -x test
$./gradlew upload -x test
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ uploadArchives {
mavenDeployer {
beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }
repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2/"){
authentication(userName: "BirdZhang", password: "ZHANGdebo0312")
authentication(userName: "BirdZhang", password: "")
}
snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/"){
authentication(userName: "BirdZhang", password: "ZHANGdebo0312")
authentication(userName: "BirdZhang", password: "")
}

pom.project {
Expand Down

0 comments on commit 8131946

Please sign in to comment.