Skip to content
Snippets Groups Projects
Commit d87450b2 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Update the classifier variable for gradle

parent a55f148e
No related branches found
No related tags found
1 merge request!1992Prepare a new 3.5.5 release
......@@ -133,7 +133,7 @@ def generateTranslation() {
}
task generateSources(type: Jar) {
classifier = 'sources'
archiveClassifier = 'sources'
from android.sourceSets.main.java.srcDirs
}
......
......@@ -11,7 +11,7 @@ def allLicenses = ["LGPL-2.1"]
task sourcesJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
classifier = 'sources'
archiveClassifier = 'sources'
}
task javadoc(type: Javadoc) {
......@@ -20,7 +20,7 @@ task javadoc(type: Javadoc) {
}
task javadocJar(type: Jar, dependsOn: javadoc) {
classifier = 'javadoc'
archiveClassifier = 'javadoc'
from javadoc.destinationDir
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment