Fixed classifier for source archive.
This commit is contained in:
@@ -174,7 +174,7 @@ javadoc {
|
|||||||
|
|
||||||
task sourceZip(type: Zip) {
|
task sourceZip(type: Zip) {
|
||||||
from sourceSets.main.allSource
|
from sourceSets.main.allSource
|
||||||
classifier = 'source'
|
classifier = 'sources'
|
||||||
}
|
}
|
||||||
|
|
||||||
task javadocZip(type: Zip) {
|
task javadocZip(type: Zip) {
|
||||||
|
|||||||
Reference in New Issue
Block a user