Skip to content

Commit

Permalink
Uncommented gradle signing process.
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml committed Jan 2, 2016
1 parent 40ac454 commit 930eed5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,9 @@ artifacts {
archives nativeAndroidX64Jar
}

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

uploadArchives {
repositories {
Expand Down Expand Up @@ -135,15 +133,13 @@ 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

0 comments on commit 930eed5

Please sign in to comment.