Skip to content

Commit

Permalink
adding the -ui suffix to make the build self-explanatory.
Browse files Browse the repository at this point in the history
  • Loading branch information
subwiz committed Jul 30, 2016
1 parent e5663c3 commit b0b5cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restclient-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b0b5cc7

Please sign in to comment.