Gradle: deprecate iOS jar-with-dependencies artifact #46

This commit is contained in:
Emux 2016-09-17 10:59:47 +03:00
parent 319a1b6663
commit ac6877fcfc

View File

@ -70,7 +70,7 @@ task fatJar(type: Jar, dependsOn: classes) {
artifacts {
archives nativesJar
archives fatJar
//archives fatJar
}
if (project.hasProperty("SONATYPE_USERNAME")) {