1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 16:44:48 +02:00

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

View file

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