Disable uploadArchives for the root project

This commit is contained in:
Florian Schmaus 2014-06-26 22:44:31 +02:00
parent 73c64dc06a
commit f39519dbbe
1 changed files with 3 additions and 0 deletions

View File

@ -102,6 +102,9 @@ jar {
enabled = false
}
// Disable upload archives for the root project
uploadArchives.enabled = false
description = """\
Smack ${version}
${oneLineDesc}."""