diff --git a/ChatApp/app/build.gradle b/ChatApp/app/build.gradle index 2f2fe33..9a933bf 100644 --- a/ChatApp/app/build.gradle +++ b/ChatApp/app/build.gradle @@ -43,9 +43,9 @@ application { mainClass = 'ChatApp' } else if (project.hasProperty('server')) { mainClass = 'ChatAppServer' - }else if (project.hasProperty('client')) { + } else if (project.hasProperty('client')) { mainClass = 'ChatAppClient' - }else if (project.hasProperty('serverGui')) { + } else if (project.hasProperty('serverGui')) { mainClass = 'server.ServerGUI' } else { mainClass = 'client.ClientGui'