Skip to content

Commit

Permalink
url typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gubatron committed Dec 29, 2015
1 parent bff7168 commit b34978a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,11 @@ artifacts {
archives nativeAndroidX64Jar
}

/**
signing {
sign configurations.archives
}
*/

uploadArchives {
repositories {
Expand Down Expand Up @@ -133,13 +135,15 @@ uploadArchives {
artifact.name == 'jlibtorrent-android-x86_64'
}

/**
repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2/") {
authentication(userName: ossrhUsername, password: ossrhPassword)
}
snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/") {
authentication(userName: ossrhUsername, password: ossrhPassword)
}
*/

pom('jlibtorrent').withXml {
asNode().children().last() + pomData()
Expand Down
2 changes: 1 addition & 1 deletion swig/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function usage() {
echo "libtorrent was written by Arvid Norberg and multiple contributors."
echo ""
echo "Submit issues, feedback and contributions to"
echo "https://github.com/frostwire/jlibtorrent"
echo "https://github.com/frostwire/frostwire-jlibtorrent"
echo ""
}

Expand Down

0 comments on commit b34978a

Please sign in to comment.