From 569abe063edf4d59f42a3942e971c39b39a1c76f Mon Sep 17 00:00:00 2001 From: Bruno Farache Date: Fri, 31 Oct 2014 19:14:24 -0300 Subject: [PATCH] Make module jar name consistent with its description: "liferay-sync-web-android-sdk-*.jar". --- modules.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.gradle b/modules.gradle index b066a4c0..ec75a118 100644 --- a/modules.gradle +++ b/modules.gradle @@ -41,7 +41,7 @@ configure(allprojects.findAll { it.name != 'builder' }) { configure(subprojects.findAll { it.name.startsWith('modules/') }) { apply plugin: 'java' - archivesBaseName = "liferay-android-${context}" + archivesBaseName = "liferay-${context}-android-sdk" sourceSets { main {