From b0b5cc75991deee533ceaa5a1dd5e55f95bcb442 Mon Sep 17 00:00:00 2001 From: Subhash Chandran Date: Sat, 30 Jul 2016 11:41:01 +0530 Subject: [PATCH] adding the -ui suffix to make the build self-explanatory. --- restclient-ui/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restclient-ui/build.gradle b/restclient-ui/build.gradle index cb89379b..9e4b1f36 100644 --- a/restclient-ui/build.gradle +++ b/restclient-ui/build.gradle @@ -7,7 +7,7 @@ apply plugin: 'application' // Application plugin config: mainClassName = 'org.wiztools.restclient.ui.Main' -applicationName = 'restclient' +applicationName = 'restclient-ui' applicationDefaultJvmArgs = ['-Xms128m', '-Xmx512m'] macAppBundle {