indent file
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user