Skip to content
Snippets Groups Projects
Commit 4fa3a347 authored by cyberta's avatar cyberta
Browse files

remove deprecated upload mechanism to maven, since we don't use that right now

parent 806af581
Branches
Tags
1 merge request!4Update dependencies
...@@ -105,17 +105,5 @@ task javadocJar(type: Jar, dependsOn: javadoc) { ...@@ -105,17 +105,5 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
} }
apply plugin: 'maven' apply plugin: 'maven-publish'
uploadArchives {
repositories.mavenDeployer {
def deployPath = file(getProperty('aar.deployPath'))
repository(url: "file://${deployPath.absolutePath}")
pom.project {
groupId 'info.guardianproject'
artifactId 'tor-android'
version getVersionName()
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment