File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ uploadArchives {
129129 scm {
130130 connection ' scm:git@github.com:ParsePlatform/Parse-SDK-Android.git'
131131 developerConnection ' scm:git@github.com:ParsePlatform/Parse-SDK-Android.git'
132- url ' https://github.com/ParsePlatform/Parse-SDK-Androidd '
132+ url ' https://github.com/ParsePlatform/Parse-SDK-Android '
133133 }
134134
135135 licenses {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then
1414 echo " Skipping publishing SNAPSHOT: wrong branch. Expected '$BRANCH ' but was '$TRAVIS_BRANCH '"
1515else
1616 echo " Publishing SNAPSHOT..."
17- ./gradlew uploadArchives
17+ ./gradlew uploadArchives
1818 echo " SNAPSHOT published!"
1919fi
2020
You can’t perform that action at this time.
0 commit comments