Fixed classifier for source archive.

This commit is contained in:
Adam Murdoch
2012-10-07 07:00:17 +10:00
parent fbf246dbf9
commit e334585da0

View File

@@ -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) {