Changed name of server package.
This commit is contained in:
parent
0d56efc232
commit
d2dab0121c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ dependencies {
|
|||
|
||||
mainClassName = 'com.nutomic.ensichat.server.Main'
|
||||
version = properties.versionName
|
||||
applicationName = 'ensichat'
|
||||
applicationName = 'ensichat-server'
|
||||
|
||||
run {
|
||||
// Use this to pass command line arguments via `gradle run`.
|
||||
|
|
Reference in a new issue